[libcxx-commits] [libcxx] [libcxx] Remove clang-18 workaround in picolib build (PR #133254)
David Spickett via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 28 07:30:25 PDT 2025
================
@@ -204,6 +204,11 @@ function test-armv7m-picolibc() {
step "Generating CMake for compiler-rt"
flags="--sysroot=${INSTALL_DIR}"
+ # LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=ON means that we produce a file
+ # libclang_rt.builtins.a that will be installed to lib/armv7m-unknown-none-eabi/.
----------------
DavidSpickett wrote:
Done.
https://github.com/llvm/llvm-project/pull/133254
More information about the libcxx-commits
mailing list