Remove NumberHack entirely.
[oota-llvm.git] / test / LLVMC / EmptyCompilationGraph.td
index f4a304730c52e4d20a22c1d57dd403525f793c33..e5d5e9a64cdbb9036485a5fd4bcb288b38aafa6d 100644 (file)
@@ -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 -fexceptions -x c++ %t
+// XFAIL: vg_leak
 
 include "llvm/CompilerDriver/Common.td"