Updated CMLFS Clang LLVM Support (markdown)

Derrick
2024-02-19 20:59:08 -06:00
parent 764206d641
commit 0db193d5c8

@ -9,4 +9,4 @@
## List of packages that fail to build under clang AND gcc. Likely requires a system with GCC as primary toolchain
* rust fails to build with clang. Errors with unresolved symbols from libLLVM.so. If build using gcc, build still fails as build tries to compile with `-stdlib=c++`... perhaps need to modify build to build rust ENTIRELY with a bootstrap rust toolchain.
* ~~rust fails to build with clang. Errors with unresolved symbols from libLLVM.so. If build using gcc, build still fails as build tries to compile with `-stdlib=c++`... perhaps need to modify build to build rust ENTIRELY with a bootstrap rust toolchain.~~ Thanks to patches from Chimera Linux, rust compiler can be compiled by clang.