diff options
Diffstat (limited to 'contrib/llvm/tools/lli/CMakeLists.txt')
-rw-r--r-- | contrib/llvm/tools/lli/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/llvm/tools/lli/CMakeLists.txt b/contrib/llvm/tools/lli/CMakeLists.txt new file mode 100644 index 0000000..ce70d46e --- /dev/null +++ b/contrib/llvm/tools/lli/CMakeLists.txt @@ -0,0 +1,5 @@ +set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen bitreader selectiondag) + +add_llvm_tool(lli + lli.cpp + ) |