diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-24 13:32:01 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-06-24 13:32:01 +0000 |
| commit | 704de074b893509c3e53f938a176b47ed7336fc9 (patch) | |
| tree | cf45bbd3c6b34e8f150d3630f6dd7b617ef5e117 /llvm/lib/Transforms/Instrumentation | |
| parent | 3099ce94892a477b988616800fe703f76e1d4461 (diff) | |
| download | bcm5719-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.txt | 2 |
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) |

