1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

[CMake] Remove dependencies to intrinsics_gen I introduced in r169724.

llvm-svn: 169819
This commit is contained in:
NAKAMURA Takumi 2012-12-11 05:53:54 +00:00
parent c27d555bb0
commit 8f3b9c1a45
3 changed files with 3 additions and 3 deletions

View File

@ -5,4 +5,4 @@ add_llvm_library(LLVMMBlazeAsmPrinter
MBlazeInstPrinter.cpp
)
add_dependencies(LLVMMBlazeAsmPrinter intrinsics_gen MBlazeCommonTableGen)
add_dependencies(LLVMMBlazeAsmPrinter MBlazeCommonTableGen)

View File

@ -4,4 +4,4 @@ add_llvm_library(LLVMMSP430AsmPrinter
MSP430InstPrinter.cpp
)
add_dependencies(LLVMMSP430AsmPrinter intrinsics_gen MSP430CommonTableGen)
add_dependencies(LLVMMSP430AsmPrinter MSP430CommonTableGen)

View File

@ -4,4 +4,4 @@ add_llvm_library(LLVMMipsAsmPrinter
MipsInstPrinter.cpp
)
add_dependencies(LLVMMipsAsmPrinter intrinsics_gen MipsCommonTableGen)
add_dependencies(LLVMMipsAsmPrinter MipsCommonTableGen)