llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index e4c8cf105cee185a43e508088753248dbd6ac7cd..eaa3a4000f887810960ac7c3a1426803f15e0c4d 100644 (file)
@@ -9,3 +9,5 @@ add_llvm_library(LLVMInstrumentation
   ProfilingUtils.cpp
   ThreadSanitizer.cpp
   )
+
+add_dependencies(LLVMInstrumentation intrinsics_gen)