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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169819 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2012-12-11 05:53:54 +00:00
parent a98259eefa
commit d181342eee
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)