[libcxx-commits] [clang] [libcxx] [llvm] Triple::normalize: Use none as OS for XX-none-ABI (PR #89638)
    David Spickett via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Wed May  1 03:54:59 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"
----------------
DavidSpickett wrote:
https://github.com/llvm/llvm-project/pull/90722
You can remove all changes to this file.
https://github.com/llvm/llvm-project/pull/89638
    
    
More information about the libcxx-commits
mailing list