diff --git a/llvm/tools/lli/CMakeLists.txt b/llvm/tools/lli/CMakeLists.txt index 2bdd066eb7a6..1ecbfffcc4fa 100644 --- a/llvm/tools/lli/CMakeLists.txt +++ b/llvm/tools/lli/CMakeLists.txt @@ -40,5 +40,8 @@ endif( LLVM_USE_INTEL_JITEVENTS ) add_llvm_tool(lli lli.cpp OrcLazyJIT.cpp + + DEPENDS + intrinsics_gen ) export_executable_symbols(lli)