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

Piyou Chen via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 18 03:33: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
+
+// CHECK-UNSUPPORT-OS: error: target_clones is currently only supported on Linux
----------------
BeMg wrote:

Added.

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


More information about the cfe-commits mailing list