summaryrefslogtreecommitdiff
path: root/test/LLVMC/NoCompilationGraph.td
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-12-07 16:41:50 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-12-07 16:41:50 +0000
commit15dcc2a15ba97359093410ba7d4f76c53cddf938 (patch)
tree86a54fd9357f5c7cec2b128f1ed331377fb363dc /test/LLVMC/NoCompilationGraph.td
parentf915253dfcfbe772ee04872544a4f012c6f851be (diff)
downloadllvm-15dcc2a15ba97359093410ba7d4f76c53cddf938.tar.gz
llvm-15dcc2a15ba97359093410ba7d4f76c53cddf938.tar.bz2
llvm-15dcc2a15ba97359093410ba7d4f76c53cddf938.tar.xz
Add tests for tblgen's LLVMC backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/NoCompilationGraph.td')
-rw-r--r--test/LLVMC/NoCompilationGraph.td4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/LLVMC/NoCompilationGraph.td b/test/LLVMC/NoCompilationGraph.td
new file mode 100644
index 0000000000..6476a371cf
--- /dev/null
+++ b/test/LLVMC/NoCompilationGraph.td
@@ -0,0 +1,4 @@
+// Check that the compilation graph is not required.
+// RUN: tblgen -I $srcroot/include --gen-llvmc %s
+
+include "llvm/CompilerDriver/Common.td"