[clang] [TargetVersion] Only enable on RISC-V and AArch64 (PR #115991)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 15 04:46:36 PST 2024


================
@@ -0,0 +1,4 @@
+// RUN: %clang_cc1 -triple x86_64-unknown-unknown  -fsyntax-only -verify %s
----------------
AaronBallman wrote:

```suggestion
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fsyntax-only -verify %s
```

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


More information about the cfe-commits mailing list