summaryrefslogtreecommitdiff
path: root/tools/llvmc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc/CMakeLists.txt')
-rw-r--r--tools/llvmc/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/llvmc/CMakeLists.txt b/tools/llvmc/CMakeLists.txt
deleted file mode 100644
index ff7cbae483..0000000000
--- a/tools/llvmc/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-add_subdirectory(src)
-
-# TODO: support plugins and user-configured builds.
-# See ./doc/LLVMC-Reference.rst "Customizing LLVMC: the compilation graph"
-
-if( LLVM_INCLUDE_EXAMPLES )
- add_subdirectory(examples)
-endif()