diff --git a/llvm/lib/Remarks/CMakeLists.txt b/llvm/lib/Remarks/CMakeLists.txt index dd317ee08323a..9e88ceccd5dbb 100644 --- a/llvm/lib/Remarks/CMakeLists.txt +++ b/llvm/lib/Remarks/CMakeLists.txt @@ -17,4 +17,7 @@ add_llvm_component_library(LLVMRemarks LINK_COMPONENTS BitstreamReader Support + + DEPENDS + intrinsics_gen )