llvm-project/llvm/lib/Target/CSKY/MCTargetDesc
Reid Kleckner 89b57061f7 Move TargetRegistry.(h|cpp) from Support to MC
This moves the registry higher in the LLVM library dependency stack.
Every client of the target registry needs to link against MC anyway to
actually use the target, so we might as well move this out of Support.

This allows us to ensure that Support doesn't have includes from MC/*.

Differential Revision: https://reviews.llvm.org/D111454
2021-10-08 14:51:48 -07:00
..
CMakeLists.txt [CSKY 6/n] Add support branch and symbol series instruction 2021-04-20 15:36:49 +08:00
CSKYAsmBackend.cpp [MC] Use local MCSubtargetInfo in writeNops 2021-09-07 15:46:19 +01:00
CSKYAsmBackend.h [MC] Use local MCSubtargetInfo in writeNops 2021-09-07 15:46:19 +01:00
CSKYELFObjectWriter.cpp
CSKYFixupKinds.h [CSKY 6/n] Add support branch and symbol series instruction 2021-04-20 15:36:49 +08:00
CSKYInstPrinter.cpp
CSKYInstPrinter.h
CSKYMCAsmInfo.cpp
CSKYMCAsmInfo.h
CSKYMCCodeEmitter.cpp [CSKY 6/n] Add support branch and symbol series instruction 2021-04-20 15:36:49 +08:00
CSKYMCCodeEmitter.h [CSKY 6/n] Add support branch and symbol series instruction 2021-04-20 15:36:49 +08:00
CSKYMCExpr.cpp [CSKY 6/n] Add support branch and symbol series instruction 2021-04-20 15:36:49 +08:00
CSKYMCExpr.h [CSKY 6/n] Add support branch and symbol series instruction 2021-04-20 15:36:49 +08:00
CSKYMCTargetDesc.cpp Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
CSKYMCTargetDesc.h