Updated CMLFS Clang LLVM Support (markdown)

Derrick
2021-05-31 11:32:13 -05:00
parent 9c3de3eb6b
commit 3c318a1ecc

@ -4,3 +4,7 @@
* libedit * libedit
* efibootmgr (cannot find efivar.h) * efibootmgr (cannot find efivar.h)
* graphite (expects libgcc_s.so) * graphite (expects libgcc_s.so)
## 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.