[clang] [Driver] Clean up unused architecture related bits for *BSD's (PR #69809)
Brad Smith via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 26 11:16:51 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 \
----------------
brad0 wrote:
Ya, I didn't plan on removing the sparc64 support.
https://github.com/llvm/llvm-project/pull/69809
More information about the cfe-commits
mailing list