diff options
Diffstat (limited to 'llvm/tools')
-rw-r--r-- | llvm/tools/llc/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/tools/llc/CMakeLists.txt b/llvm/tools/llc/CMakeLists.txt index 136cf4be1c1..5a98122a233 100644 --- a/llvm/tools/llc/CMakeLists.txt +++ b/llvm/tools/llc/CMakeLists.txt @@ -19,5 +19,8 @@ set(LLVM_NO_DEAD_STRIP 1) add_llvm_tool(llc llc.cpp + + DEPENDS + intrinsics_gen ) export_executable_symbols(llc) |