
This reduces dependencies on `llvm-tblgen` so much. `CodeGenTypes` depends on `Support` at the moment. Be careful to append deps on this, since Targets' tablegens depend on this. Depends on D149024 Differential Revision: https://reviews.llvm.org/D148769
15 lines
184 B
CMake
15 lines
184 B
CMake
add_llvm_component_library(LLVMM68kDisassembler
|
|
M68kDisassembler.cpp
|
|
|
|
LINK_COMPONENTS
|
|
CodeGenTypes
|
|
M68kDesc
|
|
M68kInfo
|
|
MCDisassembler
|
|
Support
|
|
|
|
ADD_TO_COMPONENT
|
|
M68k
|
|
)
|
|
|