llvm-project/llvm/tools/llvm-readobj
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
..
ARMEHABIPrinter.h [llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(Twine) 2021-10-06 12:04:30 +01:00
ARMWinEHPrinter.cpp [llvm] Update report_fatal_error calls from raw_string_ostream to use Twine(OS.str()) 2021-10-05 18:42:12 +01:00
ARMWinEHPrinter.h [llvm-readobj] [COFF] Resolve relocations pointing at section symbols for arm64 too 2021-09-14 11:04:46 +03:00
CMakeLists.txt [llvm-readobj] Switch command line parsing from llvm::cl to OptTable 2021-07-12 10:14:42 -07:00
COFFDumper.cpp [yaml2obj][COFF] Allow variable number of directories 2021-09-09 11:16:56 +01:00
COFFImportDumper.cpp
DwarfCFIEHPrinter.h [DWARF] Don't process .debug_info relocations for DWO Context 2021-08-02 10:41:47 -07:00
ELFDumper.cpp [llvm-objdump/llvm-readobj/obj2yaml/yaml2obj] Support STO_RISCV_VARIANT_CC and DT_RISCV_VARIANT_CC 2021-09-29 16:56:52 -07:00
MachODumper.cpp [llvm-readobj] Recognize N_THUMB_DEF as a symbol flag 2021-04-30 17:39:56 -04:00
ObjDumper.cpp [llvm-readobj][XCOFF] Warn about invalid offset 2021-08-06 08:54:02 +00:00
ObjDumper.h [llvm-readobj][XCOFF] Fix the error dumping for the first 2021-08-03 09:08:58 +00:00
Opts.td [llvm-readelf][docs] Add missing options and details to the help output and the command guide 2021-10-07 17:11:02 +01:00
StackMapPrinter.h
WasmDumper.cpp [WebAssembly] Rename event to tag 2021-06-17 20:34:19 -07:00
Win64EHDumper.cpp [llvm-readobj] [COFF] Try to resolve symbols in unwind info on x86 2021-09-14 11:04:46 +03:00
Win64EHDumper.h
WindowsResourceDumper.cpp [llvm-readobj] - Remove Error.cpp,.h and drop dependencies in the code. 2020-09-01 16:46:17 +03:00
WindowsResourceDumper.h
XCOFFDumper.cpp [llvm-readobj][XCOFF] Add support for `--needed-libs` option. 2021-08-26 07:17:06 +00:00
llvm-readobj.cpp Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
llvm-readobj.h [llvm] Replace LLVM_ATTRIBUTE_NORETURN with C++11 [[noreturn]] 2021-07-28 09:31:14 -07:00