repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git]
/
llvm
/
test
/
TableGen
/
intrinsic-varargs.td
blob
3634e16e2056539234c9daf1c405c5f86e1a4ea5
1
// RUN: llvm-tblgen -gen-intrinsic-impl -I %p/../../include %s -DTEST_INTRINSICS_SUPPRESS_DEFS | FileCheck %s
2
// XFAIL: vg_leak
3
4
include "llvm/IR/Intrinsics.td"
5
6
// CHECK: /* 0 */ 0, 29, 0,
7
def int_foo : Intrinsic<[], [llvm_vararg_ty]>;