summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-06-24 13:32:01 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-06-24 13:32:01 +0000
commit704de074b893509c3e53f938a176b47ed7336fc9 (patch)
treecf45bbd3c6b34e8f150d3630f6dd7b617ef5e117 /llvm/lib/Transforms/Instrumentation
parent3099ce94892a477b988616800fe703f76e1d4461 (diff)
downloadbcm5719-llvm-704de074b893509c3e53f938a176b47ed7336fc9.tar.gz
bcm5719-llvm-704de074b893509c3e53f938a176b47ed7336fc9.zip
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
llvm-svn: 159112
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation')
-rw-r--r--llvm/lib/Transforms/Instrumentation/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt
index e4c8cf105ce..eaa3a4000f8 100644
--- a/llvm/lib/Transforms/Instrumentation/CMakeLists.txt
+++ b/llvm/lib/Transforms/Instrumentation/CMakeLists.txt
@@ -9,3 +9,5 @@ add_llvm_library(LLVMInstrumentation
ProfilingUtils.cpp
ThreadSanitizer.cpp
)
+
+add_dependencies(LLVMInstrumentation intrinsics_gen)
OpenPOWER on IntegriCloud