diff options
-rw-r--r-- | llvm/tools/lli/ChildTarget/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/tools/lli/ChildTarget/CMakeLists.txt b/llvm/tools/lli/ChildTarget/CMakeLists.txt index e4fe0c7197f..f08ce57c295 100644 --- a/llvm/tools/lli/ChildTarget/CMakeLists.txt +++ b/llvm/tools/lli/ChildTarget/CMakeLists.txt @@ -6,5 +6,8 @@ set(LLVM_LINK_COMPONENTS add_llvm_utility(lli-child-target ChildTarget.cpp + + DEPENDS + intrinsics_gen ) |