summaryrefslogtreecommitdiff
path: root/test/LLVMC/NoCompilationGraph.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/LLVMC/NoCompilationGraph.td')
-rw-r--r--test/LLVMC/NoCompilationGraph.td6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/LLVMC/NoCompilationGraph.td b/test/LLVMC/NoCompilationGraph.td
deleted file mode 100644
index 4182882c45..0000000000
--- 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"