diff options
Diffstat (limited to 'test/LLVMC/NoCompilationGraph.td')
-rw-r--r-- | test/LLVMC/NoCompilationGraph.td | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/LLVMC/NoCompilationGraph.td b/test/LLVMC/NoCompilationGraph.td deleted file mode 100644 index 4182882..0000000 --- a/test/LLVMC/NoCompilationGraph.td +++ /dev/null @@ -1,6 +0,0 @@ -// Check that the compilation graph is not required. -// RUN: tblgen -I %p/../../include --gen-llvmc %s -o %t -// RUN: %compile_cxx %t -// XFAIL: vg_leak - -include "llvm/CompilerDriver/Common.td" |