llvm-project/lldb
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
..
bindings [lldb/Plugins] Add memory region support in ScriptedProcess 2021-10-08 14:54:07 +02:00
cmake [LLVM][CMake][NFC] Resolve FIXME: Rename LLVM_CMAKE_PATH to LLVM_CMAKE_DIR throughout the project 2021-09-16 18:29:57 +02:00
docs [LLDB][Docs] Indicate `PS1` variable by $ 2021-09-04 20:57:59 +05:30
examples [lldb/Plugins] Add memory region support in ScriptedProcess 2021-10-08 14:54:07 +02:00
include/lldb [lldb/Plugins] Replace platform-specific macro with LLVM_PRETTY_FUNCTION (NFC) 2021-10-08 20:50:45 +02:00
packages/Python [lldb] Remove support for replaying the test suite from a reproducer 2021-09-30 10:47:19 -07:00
resources [lldb] Remove stale LLDB-Info.plist 2021-01-08 10:12:16 -08:00
scripts Prefer /usr/bin/env xxx over /usr/bin/xxx where xxx = perl, python, awk 2021-02-25 11:32:27 +01:00
source Move TargetRegistry.(h|cpp) from Support to MC 2021-10-08 14:51:48 -07:00
test [lldb/test] Disable TestScriptedProcess.py unless Darwin 2021-10-08 15:19:54 +02:00
third_party/Python/module [LLDB] Change pexpect timeout to 30 to 60 2021-08-02 06:34:11 +05:00
tools [lldb] Move StringConvert inside debugserver 2021-09-27 14:32:42 +02:00
unittests [lldb/Plugins] Add memory region support in ScriptedProcess 2021-10-08 14:54:07 +02:00
utils [lldb] Match test dependencies name to other LLVM projects. 2021-05-21 00:10:27 -07:00
.clang-format
.clang-tidy [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
.gitignore
CMakeLists.txt [lldb] skip host build for lldb_tblgen with LLDB_TABLEGEN_EXE set 2021-08-13 14:18:03 -07:00
CODE_OWNERS.txt
LICENSE.TXT
use_lldb_suite_root.py