From: Piyou Chen Date: Tue, 25 Apr 2023 06:09:56 +0000 (-0700) Subject: [RISCV][NFC] skip non-RISCV target test riscv32-zihintntl.c X-Git-Tag: upstream/17.0.6~10524 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc72e8fe675866b93748d54bc5e04b14c675f476;p=platform%2Fupstream%2Fllvm.git [RISCV][NFC] skip non-RISCV target test riscv32-zihintntl.c Reviewed By: kito-cheng Differential Revision: https://reviews.llvm.org/D149126 --- diff --git a/clang/test/CodeGen/RISCV/ntlh-intrinsics/riscv32-zihintntl.c b/clang/test/CodeGen/RISCV/ntlh-intrinsics/riscv32-zihintntl.c index 9126e68..5276e48 100644 --- a/clang/test/CodeGen/RISCV/ntlh-intrinsics/riscv32-zihintntl.c +++ b/clang/test/CodeGen/RISCV/ntlh-intrinsics/riscv32-zihintntl.c @@ -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