[clang] [llvm] [AArch64][Driver] Fix behavior of +nofeat modifier on -mcpu (PR #203458)
via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 28 23:59:57 PDT 2026
================
@@ -0,0 +1,31 @@
+// RUN: %clang --target=aarch64-linux-gnu -mcpu=neoverse-v2 %s -### 2>&1 | FileCheck %s --check-prefix=NEOVERSE-V2-DEFAULT
----------------
yamash-fj wrote:
Thank you for the comment.
I added a header comment and review the test. I removed some redundant tests, and moved an important case that does not use ``+no<feature>`` to a more appropriate test file
https://github.com/llvm/llvm-project/pull/203458
More information about the cfe-commits
mailing list