diff --git a/llvm/examples/Bye/CMakeLists.txt b/llvm/examples/Bye/CMakeLists.txt index 9ce49fcc56e8..257fa5cba260 100644 --- a/llvm/examples/Bye/CMakeLists.txt +++ b/llvm/examples/Bye/CMakeLists.txt @@ -8,6 +8,8 @@ else() LLVMCore LLVMipo LLVMPasses + DEPENDS + intrinsics_gen ) endif()