From 0db193d5c839995c2edde2b7704c462056742714 Mon Sep 17 00:00:00 2001 From: Derrick <27793627+dslm4515@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:59:08 -0600 Subject: [PATCH] Updated CMLFS Clang LLVM Support (markdown) --- CMLFS---Clang-LLVM-Support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMLFS---Clang-LLVM-Support.md b/CMLFS---Clang-LLVM-Support.md index b4dde49..f9e41e0 100644 --- a/CMLFS---Clang-LLVM-Support.md +++ b/CMLFS---Clang-LLVM-Support.md @@ -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. \ No newline at end of file +* ~~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. \ No newline at end of file