Unverified Commit fe3fd1e5 authored by Brandon Wu's avatar Brandon Wu Committed by GitHub
Browse files

[clang][RISCV] Add REQRUIES to riscv-intrinsic-exts.c (#195605)

parent 5ef4320e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@
// These macros indicate which extensions have intrinsics supported by the
// toolchain, regardless of whether they are currently enabled via -march.

// REQUIRES: riscv-registered-target

// RUN: %clang_cc1 -triple riscv32 -target-feature +zihintntl -E -dM %s -o - \
// RUN:   | FileCheck --check-prefix=CHECK-INTRINSIC-EXTS %s
// RUN: %clang_cc1 -triple riscv64 -target-feature +zihintntl -E -dM %s -o - \