[clang] [llvm] [AArch64] Add optional extensions enabled on Grace (PR #127620)

Sjoerd Meijer via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 18 09:25:56 PST 2025


================
@@ -92,7 +92,7 @@
 // COBALT-100: "-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-cpu" "neoverse-n2"
 
 // RUN: %clang --target=aarch64 -mcpu=grace -### -c %s 2>&1 | FileCheck -check-prefix=GRACE %s
-// GRACE: "-cc1"{{.*}} "-triple" "aarch64{{.*}}" "-target-cpu" "neoverse-v2"
----------------
sjoerdmeijer wrote:

Ignore this, I didn't look properly, I wanted to say that we wanted to keep the v2 test, but that one is still there. 

https://github.com/llvm/llvm-project/pull/127620


More information about the cfe-commits mailing list