diff options
Diffstat (limited to 'lib/IRReader/CMakeLists.txt')
-rw-r--r-- | lib/IRReader/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/IRReader/CMakeLists.txt b/lib/IRReader/CMakeLists.txt index 2c0e61b65fbe..87ea88039ef3 100644 --- a/lib/IRReader/CMakeLists.txt +++ b/lib/IRReader/CMakeLists.txt @@ -3,4 +3,7 @@ add_llvm_library(LLVMIRReader ADDITIONAL_HEADER_DIRS ${LLVM_MAIN_INCLUDE_DIR}/llvm/IRReader + + DEPENDS + intrinsics_gen ) |