repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git]
/
test
/
LLVMC
/
EmptyCompilationGraph.td
blob
b30f84c6e2a3be302037b8da867dab4fec3fba0a
1
// Check that the compilation graph can be empty.
2
// RUN: tblgen -I %p/../../include --gen-llvmc %s
3
4
include "llvm/CompilerDriver/Common.td"
5
6
def Graph : CompilationGraph<[]>;