[PATCH] D149126: [RISCV][NFC] skip non-RISCV target test riscv32-zihintntl.c

Piyou Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 24 23:15:07 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGdc72e8fe6758: [RISCV][NFC] skip non-RISCV target test riscv32-zihintntl.c (authored by BeMg).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149126/new/

https://reviews.llvm.org/D149126

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


Index: clang/test/CodeGen/RISCV/ntlh-intrinsics/riscv32-zihintntl.c
===================================================================
--- clang/test/CodeGen/RISCV/ntlh-intrinsics/riscv32-zihintntl.c
+++ 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
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149126.516633.patch
Type: text/x-patch
Size: 467 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230425/f7a2359a/attachment.bin>


More information about the cfe-commits mailing list