aboutsummaryrefslogtreecommitdiff
path: root/lib/ProfileData/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ProfileData/CMakeLists.txt')
-rw-r--r--lib/ProfileData/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ProfileData/CMakeLists.txt b/lib/ProfileData/CMakeLists.txt
index 282760f0e66b..22cca4b44df5 100644
--- a/lib/ProfileData/CMakeLists.txt
+++ b/lib/ProfileData/CMakeLists.txt
@@ -11,4 +11,7 @@ add_llvm_library(LLVMProfileData
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/ProfileData
+
+ DEPENDS
+ intrinsics_gen
)