22 lines
361 B
Org Mode
22 lines
361 B
Org Mode
#+title: LLVM Compiler Infrastructure
|
|
|
|
See https://llvm.org.
|
|
|
|
Tools:
|
|
- clang(++)
|
|
- clang-extra-tools
|
|
- clangd
|
|
- clang-format
|
|
- clang-tidy
|
|
- ...
|
|
- lld
|
|
- lldb
|
|
- ...
|
|
|
|
Runtimes
|
|
- libc++
|
|
- libc++abi
|
|
- libunwind
|
|
|
|
To build the runtimes, the build script uses the [[https://libcxx.llvm.org/BuildingLibcxx.html#bootstrapping-build][Bootstrapping build]] method.
|