diff options
Diffstat (limited to 'contrib/llvm/tools/llvmc/CMakeLists.txt')
-rw-r--r-- | contrib/llvm/tools/llvmc/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/llvm/tools/llvmc/CMakeLists.txt b/contrib/llvm/tools/llvmc/CMakeLists.txt new file mode 100644 index 0000000..10ad5d8 --- /dev/null +++ b/contrib/llvm/tools/llvmc/CMakeLists.txt @@ -0,0 +1,4 @@ +# add_subdirectory(src) + +# TODO: support plugins and user-configured builds. +# See ./doc/LLVMC-Reference.rst "Customizing LLVMC: the compilation graph" |