[clang] [Driver] Clean up unused architecture related bits for *BSD's (PR #69809)
Ed Maste via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 25 18:55:20 PDT 2023
================
@@ -163,9 +163,9 @@
// CHECK-ARM-EABIHF-NOT: as{{.*}}" "-mfpu=softvfp"
// CHECK-ARM-EABIHF-NOT: as{{.*}}" "-matpcs"
-// RUN: %clang --target=sparc-unknown-freebsd -### %s -fpic -no-integrated-as 2>&1 \
-// RUN: | FileCheck --check-prefix=CHECK-SPARC-PIE %s
-// CHECK-SPARC-PIE: as{{.*}}" "-KPIC
+// RUN: %clang --target=sparc64-unknown-freebsd -### %s -fpic -no-integrated-as 2>&1 \
----------------
emaste wrote:
fwiw sparc64 is still supported in FreeBSD 12.x, but that is EOL at the end of the year, so this could go before too long as well
https://github.com/llvm/llvm-project/pull/69809
More information about the cfe-commits
mailing list