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/Target/PowerPC/CMakeLists.txt | |
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/Target/PowerPC/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Target/PowerPC/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/CMakeLists.txt b/llvm/lib/Target/PowerPC/CMakeLists.txt index 7204926526b..192d18d6644 100644 --- a/llvm/lib/Target/PowerPC/CMakeLists.txt +++ b/llvm/lib/Target/PowerPC/CMakeLists.txt @@ -29,6 +29,8 @@ add_llvm_target(PowerPCCodeGen PPCSelectionDAGInfo.cpp ) +add_dependencies(LLVMPowerPCCodeGen intrinsics_gen) + add_subdirectory(InstPrinter) add_subdirectory(TargetInfo) add_subdirectory(MCTargetDesc) |