[RISCV][NFC] skip non-RISCV target test riscv32-zihintntl.c
authorPiyou Chen <piyou.chen@sifive.com>
Tue, 25 Apr 2023 06:09:56 +0000 (23:09 -0700)
committerPiyou Chen <piyou.chen@sifive.com>
Tue, 25 Apr 2023 06:14:56 +0000 (23:14 -0700)
Reviewed By: kito-cheng

Differential Revision: https://reviews.llvm.org/D149126

clang/test/CodeGen/RISCV/ntlh-intrinsics/riscv32-zihintntl.c

index 9126e68..5276e48 100644 (file)
@@ -1,3 +1,4 @@
+// REQUIRES: riscv-registered-target
 // RUN: %clang_cc1  -triple riscv32 -target-feature +v -target-feature +experimental-zihintntl -emit-llvm %s -o - \
 // RUN:     | FileCheck %s