[libcxx-commits] [lldb] [flang] [compiler-rt] [libcxxabi] [llvm] [clang] [polly] [libcxx] [libc] [mlir] [clang-tools-extra] [lld] Make clang report invalid target versions. (PR #75373)
Fangrui Song via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 5 16:27:44 PST 2024
================
@@ -5,13 +5,13 @@
// RUN: %clang -O3 -target aarch64-linux-eabi -mno-fix-cortex-a53-835769 %s -S -o- 2>&1 \
// RUN: | FileCheck --check-prefix=CHECK-NO --check-prefix=CHECK %s
-// RUN: %clang -O3 -target aarch64-android-eabi %s -S -o- \
+// RUN: %clang -O3 -target aarch64-linux-androideabi %s -S -o- \
----------------
MaskRay wrote:
while here, replace deprecated `-target ` with `--target=`
https://github.com/llvm/llvm-project/pull/75373
More information about the libcxx-commits
mailing list