mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-15 23:46:30 +00:00

Similar to previous migration done for other targets (PowerPC, X86, ARM, etc). In the future, relocation specifiers should be encoded as part of M68kMCExpr instead of MCSymbolRefExpr.
20 lines
299 B
CMake
20 lines
299 B
CMake
add_llvm_component_library(LLVMM68kDesc
|
|
M68kAsmBackend.cpp
|
|
M68kELFObjectWriter.cpp
|
|
M68kInstPrinter.cpp
|
|
M68kMCAsmInfo.cpp
|
|
M68kMCCodeEmitter.cpp
|
|
M68kMCExpr.cpp
|
|
M68kMCTargetDesc.cpp
|
|
|
|
LINK_COMPONENTS
|
|
MC
|
|
MCDisassembler
|
|
Support
|
|
TargetParser
|
|
M68kInfo
|
|
|
|
ADD_TO_COMPONENT
|
|
M68k
|
|
)
|