aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc/CMakeLists.txt
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-11-25 21:38:12 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-11-25 21:38:12 +0000
commit113ec35f7f69bd66c0fbab7b42e2b9d59eddb946 (patch)
tree3b134d1c1e4f3a77e35efe15051cb40295f4e801 /tools/llvmc/CMakeLists.txt
parentd91487785f641af7f5c6c32b04cb28cfe94518a9 (diff)
downloadexternal_llvm-113ec35f7f69bd66c0fbab7b42e2b9d59eddb946.zip
external_llvm-113ec35f7f69bd66c0fbab7b42e2b9d59eddb946.tar.gz
external_llvm-113ec35f7f69bd66c0fbab7b42e2b9d59eddb946.tar.bz2
Since the old llvmc was removed, rename llvmc2 to llvmc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60048 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc/CMakeLists.txt')
-rw-r--r--tools/llvmc/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/llvmc/CMakeLists.txt b/tools/llvmc/CMakeLists.txt
new file mode 100644
index 0000000..f820419
--- /dev/null
+++ b/tools/llvmc/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_subdirectory(driver)
+
+# TODO: support plugins and user-configured builds.
+# See ./doc/LLVMC-Reference.rst "Customizing LLVMC: the compilation graph"