[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:21:28 PDT 2023
================
@@ -191,11 +191,6 @@
// RUN: | FileCheck -check-prefix=CHECK-MIPS64-CPU %s
// CHECK-MIPS64-CPU: "-target-cpu" "mips3"
-// Check that the integrated assembler is enabled for SPARC64
----------------
brad0 wrote:
I already removed the other OS specific tests as I enabled IAS across the board awhile ago.
https://github.com/llvm/llvm-project/pull/69809
More information about the cfe-commits
mailing list