
- `intrinsic-pointer-to-any.td` - `intrinsic-varargs.td` They used their own mock. I have introduced `TEST_INTRINSICS_SUPPRESS_DEFS` in `Intrinsics.td`. Tests of intrinsics may use it. Differential Revision: https://reviews.llvm.org/D146147
8 lines
237 B
TableGen
8 lines
237 B
TableGen
// RUN: llvm-tblgen -gen-intrinsic-impl -I %p/../../include %s -DTEST_INTRINSICS_SUPPRESS_DEFS | FileCheck %s
|
|
// XFAIL: vg_leak
|
|
|
|
include "llvm/IR/Intrinsics.td"
|
|
|
|
// CHECK: /* 0 */ 0, 29, 0,
|
|
def int_foo : Intrinsic<[], [llvm_vararg_ty]>;
|