diff options
Diffstat (limited to 'llvm/tools')
-rw-r--r-- | llvm/tools/llvm-ar/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/tools/llvm-ar/CMakeLists.txt b/llvm/tools/llvm-ar/CMakeLists.txt index 86233dfce9a..3bb0c8f7b7c 100644 --- a/llvm/tools/llvm-ar/CMakeLists.txt +++ b/llvm/tools/llvm-ar/CMakeLists.txt @@ -8,6 +8,9 @@ set(LLVM_LINK_COMPONENTS add_llvm_tool(llvm-ar llvm-ar.cpp + + DEPENDS + intrinsics_gen ) add_llvm_tool_symlink(llvm-ranlib llvm-ar) |