mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user