git

My personal website source code
Log | Files | Refs | Submodules | README | LICENSE

commit 6db2a0f88e67563cabcd9518202ad0d49d01561e
parent 7844ea5bf97bc9ac6145dd7cc3139e672f1d5623
Author: Luís Ferreira <contact@lsferreira.net>
Date:   Sun, 17 Oct 2021 20:01:48 +0100

posts: add milestone asset to d-saoc-2021-01 post

Signed-off-by: Luís Ferreira <contact@lsferreira.net>

Diffstat:
Mcontent/posts/d-saoc-2021-01.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/posts/d-saoc-2021-01.md b/content/posts/d-saoc-2021-01.md @@ -35,7 +35,7 @@ accepted by the LLVM team. ## Port of `libiberty` demangler Right after we finished the plan, in which you can follow up -[here](https://pad.riseup.net/p/r.05c919765a66f89368a3fc28c98432db), I started +[here](../../public/assets/posts/d-saoc-2021-01/milestones.md), I started porting `libiberty` and integrate the code into the LLVM core. Similarly to Rust demangler, I tried to follow up some patches on the [LLVM review platform](https://reviews.llvm.org/) and the awesome documentation that LLVM