repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Land the long talked about "type system rewrite" patch. This
[llvm/stm8.git]
/
test
/
LLVMC
/
EmptyCompilationGraph.td
blob
a52b8a8c19905526875a57d587f2fbb6abc63228
1
// Check that the compilation graph can be empty.
2
// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t
3
// RUN: %compile_cxx %t
4
// XFAIL: vg_leak
5
6
include "llvm/CompilerDriver/Common.td"
7
8
def Graph : CompilationGraph<[]>;