Fangrui Song f3f0b99b1c [M68k] Add stub M68kMCExpr and migrate away from MCSymbolRefExpr::VariantKind
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.
2025-03-22 17:51:48 -07:00

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
)