mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 22:50:47 +00:00
[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:
parent
a98259eefa
commit
d181342eee
@ -5,4 +5,4 @@ add_llvm_library(LLVMMBlazeAsmPrinter
|
||||
MBlazeInstPrinter.cpp
|
||||
)
|
||||
|
||||
add_dependencies(LLVMMBlazeAsmPrinter intrinsics_gen MBlazeCommonTableGen)
|
||||
add_dependencies(LLVMMBlazeAsmPrinter MBlazeCommonTableGen)
|
||||
|
@ -4,4 +4,4 @@ add_llvm_library(LLVMMSP430AsmPrinter
|
||||
MSP430InstPrinter.cpp
|
||||
)
|
||||
|
||||
add_dependencies(LLVMMSP430AsmPrinter intrinsics_gen MSP430CommonTableGen)
|
||||
add_dependencies(LLVMMSP430AsmPrinter MSP430CommonTableGen)
|
||||
|
@ -4,4 +4,4 @@ add_llvm_library(LLVMMipsAsmPrinter
|
||||
MipsInstPrinter.cpp
|
||||
)
|
||||
|
||||
add_dependencies(LLVMMipsAsmPrinter intrinsics_gen MipsCommonTableGen)
|
||||
add_dependencies(LLVMMipsAsmPrinter MipsCommonTableGen)
|
||||
|
Loading…
Reference in New Issue
Block a user