X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLLVMC%2FEmptyCompilationGraph.td;h=a52b8a8c19905526875a57d587f2fbb6abc63228;hb=484291c27319668ad99cb87def000254357736fb;hp=f4a304730c52e4d20a22c1d57dd403525f793c33;hpb=15dcc2a15ba97359093410ba7d4f76c53cddf938;p=oota-llvm.git diff --git a/test/LLVMC/EmptyCompilationGraph.td b/test/LLVMC/EmptyCompilationGraph.td index f4a304730c5..a52b8a8c199 100644 --- a/test/LLVMC/EmptyCompilationGraph.td +++ b/test/LLVMC/EmptyCompilationGraph.td @@ -1,5 +1,7 @@ // Check that the compilation graph can be empty. -// RUN: tblgen -I $srcroot/include --gen-llvmc %s +// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t +// RUN: %compile_cxx %t +// XFAIL: vg_leak include "llvm/CompilerDriver/Common.td"