[clang] [llvm] [RISCV] Teach .option arch to support experimental extensions. (PR #89727)

Jessica Clarke via cfe-commits cfe-commits at lists.llvm.org
Tue May 7 08:37:45 PDT 2024


================
@@ -0,0 +1,7 @@
+// RUN: %clang --target=riscv64 -menable-experimental-extensions -c -o /dev/null %s
----------------
jrtc27 wrote:

Why are these clang tests? This is entirely testing llvm/ code. Never mind the weirdness of putting them in Driver/, nor the fact that they’re missing a REQUIRES: riscv-registered-target given they use the backend, they don’t belong in clang/ at all surely?

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


More information about the cfe-commits mailing list