X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FLLVMC%2FEmptyCompilationGraph.td;h=a52b8a8c19905526875a57d587f2fbb6abc63228;hb=484291c27319668ad99cb87def000254357736fb;hp=b30f84c6e2a3be302037b8da867dab4fec3fba0a;hpb=43c8a062667c9a5b9a19f75445895f0b6e0cafcc;p=oota-llvm.git diff --git a/test/LLVMC/EmptyCompilationGraph.td b/test/LLVMC/EmptyCompilationGraph.td index b30f84c6e2a..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 %p/../../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"