From c6f2047a55b73852636366538f39436c4b3ae38d Mon Sep 17 00:00:00 2001 From: yukang Date: Sat, 24 May 2025 02:30:23 +0800 Subject: [PATCH] Add LLVM link in appendix --- src/appendix/compiler-lecture.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/appendix/compiler-lecture.md b/src/appendix/compiler-lecture.md index dabd2f087..90c4097cc 100644 --- a/src/appendix/compiler-lecture.md +++ b/src/appendix/compiler-lecture.md @@ -46,3 +46,4 @@ These are videos where various experts explain different parts of the compiler: ## Code Generation - [January 2019: Cranelift](https://www.youtube.com/watch?v=9OIA7DTFQWU) +- [December 2024: LLVM Developers' Meeting - Rust ❤️ LLVM](https://www.youtube.com/watch?v=Kqz-umsAnk8) \ No newline at end of file