[libcxx-commits] [libcxx] [libcxx] Remove clang-18 workaround in picolib build (PR #133254)
Mark de Wever via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 27 10:12:44 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/.
----------------
mordante wrote:
I like to see the same path as used below.
```suggestion
# libclang_rt.builtins.a that will be installed to ${INSTALL_DIR}/lib/armv7m-unknown-none-eabi/.
```
https://github.com/llvm/llvm-project/pull/133254
More information about the libcxx-commits
mailing list