[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:56:19 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
----------------
emaste wrote:
why is this part here (before sparc64 is removed from FreeBSD)? It is not covered by the commit message anyway, afaict
https://github.com/llvm/llvm-project/pull/69809
More information about the cfe-commits
mailing list