commit 24d7b8651426e7987bc72f493b0349c2b440665e
parent 66c3a293a11c4b0cfd6e58aee1f30dac0d7d1954
Author: Luís Ferreira <contact@lsferreira.net>
Date: Wed, 6 Oct 2021 23:40:36 +0100
posts: remove unused tags
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/posts/d-saoc-2021-01.md b/content/posts/d-saoc-2021-01.md
@@ -1,7 +1,7 @@
---
title: 'SAOC LLDB D integration: 1st Weekly Update'
date: '2021-09-23T07:32:00+01:00'
-tags: ['saoc', 'saoc2021', 'dlang', 'llvm', 'lldb', 'debug', 'debugging', 'dwarf']
+tags: ['saoc', 'saoc2021', 'dlang', 'llvm', 'lldb', 'debug', 'debugging']
description: "This post describes what I’ve done on the 1st week of the
Symmetry Autumn of Code 2021, including the proposed liblldbd demangler API
alternative, port of the libiberty demangler to LLVM codebase, tests performed
diff --git a/content/posts/d-saoc-2021-02.md b/content/posts/d-saoc-2021-02.md
@@ -1,7 +1,7 @@
---
title: 'SAOC LLDB D integration: 2nd Weekly Update'
date: '2021-10-01T00:05:00+01:00'
-tags: ['saoc', 'saoc2021', 'dlang', 'llvm', 'lldb', 'debug', 'debugging', 'dwarf']
+tags: ['saoc', 'saoc2021', 'dlang', 'llvm', 'lldb', 'debug', 'debugging']
description: "This post describes what I've done on the 2nd week of the
Symmetry Autumn of Code 2021, including restructuring the libiberty port to be
more C++-like, explains briefly the sent patches to the LLVM upstream review