Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
4d47b9bcb95cacfba848c1f02b6929b002dd9763
/
.
/
test
/
LLVMC
/
EmptyCompilationGraph.td
blob: f4a304730c52e4d20a22c1d57dd403525f793c33 [
file
] [
log
] [
blame
]
// Check that the compilation graph can be empty.
// RUN: tblgen -I $srcroot/include --gen-llvmc %s
include
"llvm/CompilerDriver/Common.td"
def
Graph
:
CompilationGraph
<[]>;