[clang] [libcxx] [llvm] Triple::normalize: Use none as OS for XX-none-ABI (PR #89638)

Peter Waller via cfe-commits cfe-commits at lists.llvm.org
Wed May 1 02:59:06 PDT 2024


================
@@ -217,7 +217,7 @@ function test-armv7m-picolibc() {
         "${@}"
 
     ${NINJA} -vC "${BUILD_DIR}/compiler-rt" install
-    mv "${BUILD_DIR}/install/lib/armv7m-none-unknown-eabi"/* "${BUILD_DIR}/install/lib"
+    mv "${BUILD_DIR}/install/lib/armv7m-unknown-none-eabi"/* "${BUILD_DIR}/install/lib"
----------------
peterwaller-arm wrote:

This triple is 'used' by the version of the clang on the builder. Please remove this update, I'm in touch with @DavidSpickett who will make sure it gets updated at the right time.

https://github.com/llvm/llvm-project/pull/89638


More information about the cfe-commits mailing list