[clang] [libcxx] [llvm] Triple::normalize: Use none as OS for XX-none-ABI (PR #89638)
David Spickett via cfe-commits
cfe-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 cfe-commits
mailing list