diff options
Diffstat (limited to 'contrib/llvm/tools/llc/CMakeLists.txt')
-rw-r--r-- | contrib/llvm/tools/llc/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/llvm/tools/llc/CMakeLists.txt b/contrib/llvm/tools/llc/CMakeLists.txt new file mode 100644 index 0000000..683f298 --- /dev/null +++ b/contrib/llvm/tools/llc/CMakeLists.txt @@ -0,0 +1,5 @@ +set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmparser) + +add_llvm_tool(llc + llc.cpp + ) |