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
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
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits