[clang] [llvm] [RISCV][FMV] Support target_version (PR #99040)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 16 10:04:47 PDT 2024


================
@@ -0,0 +1,8 @@
+// RUN: not %clang_cc1 -triple riscv64 -target-feature +i -emit-llvm -o - %s 2>&1 | FileCheck %s --check-prefix=CHECK-UNSUPPORT-OS
----------------
topperc wrote:

"invalid" in test name is misspelled

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


More information about the cfe-commits mailing list