Fangrui Song 4f97780a7a LoongArch: Move MCExpr into MCAsmInfo
to align with targets that have made the transition.
2025-06-26 20:42:51 -07:00

22 lines
415 B
CMake

add_llvm_component_library(LLVMLoongArchDesc
LoongArchAsmBackend.cpp
LoongArchBaseInfo.cpp
LoongArchELFObjectWriter.cpp
LoongArchELFStreamer.cpp
LoongArchInstPrinter.cpp
LoongArchMCAsmInfo.cpp
LoongArchMCCodeEmitter.cpp
LoongArchMCTargetDesc.cpp
LoongArchMatInt.cpp
LoongArchTargetStreamer.cpp
LINK_COMPONENTS
MC
LoongArchInfo
Support
TargetParser
ADD_TO_COMPONENT
LoongArch
)