From 4e44e3c0ea3768ddf4089aee7b5a7e6e0b61ae8c Mon Sep 17 00:00:00 2001 From: h0n9xu Date: Thu, 28 Dec 2023 11:44:46 +0800 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59b68cb..ba3ce1c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This README.md itself mostly records **LLVM backend** (as well as mixed) resourc # Websites([references](https://llvm.org/docs/GettingInvolved.html)) - πŸ‰ http://llvm.org/, and [its doxygen docs](https://llvm.org/doxygen/index.html) - πŸ‰ https://llvm.org/devmtg/ - LLVM Developers' Meeting and other events - - [2023](https://www.youtube.com/playlist?list=PL_R5A0lGi1AD9nPVlv7mG8_2mMSiL_0Ik) + - πŸ“Ή [2023](https://www.youtube.com/playlist?list=PL_R5A0lGi1AD9nPVlv7mG8_2mMSiL_0Ik) - πŸ‰ http://blog.llvm.org/ - official blog - πŸ‰ [discourse forum](https://discourse.llvm.org/) - πŸ‰ [llvm-commits archives](https://lists.llvm.org/pipermail/llvm-commits/) @@ -36,6 +36,7 @@ This README.md itself mostly records **LLVM backend** (as well as mixed) resourc - πŸ‰ [LLVM Language Reference Manual](http://llvm.org/docs/LangRef.html) - detailed docs for LLVM IR/Bitcode - πŸ‰ [LLVM Bitcode File Format](http://llvm.org/docs/BitCodeFormat.html) - πŸ‰ [The Often Misunderstood GEP Instruction](http://llvm.org/docs/GetElementPtr.html) + - :octocat: [](https://github.com/sunxfancy/vscode-llvm) - VSCode LLVM Compiler Explorer - πŸ‰ [LLVM Programmer’s Manual](http://llvm.org/docs/ProgrammersManual.html) - how to develop using LLVM infrastructure - πŸ‰ [LLVM Coding Standards](http://llvm.org/docs/CodingStandards.html) - πŸ‰ [LLVM Developer Policy](http://llvm.org/docs/DeveloperPolicy.html)