llvm-project/lldb/source/Plugins/ObjectFile
Pavel Labath 7704473172 Move SafeMachO from Utility to Host
Summary:
One of the conclusions of the discussion on D49740 was that SafeMachO is better
off in the Host module (as that's the only place which should include
mach/machine.h, which is what this header is working around). Also, Utility,
which is the only module which cannot include Host, should not be doing
anything with object file formats.

This patch implements that move, and also removes any unneded includes of that
file.

I've verified that MacOS still compiles after this.

Reviewers: jingham, zturner, teemperor

Subscribers: fedor.sergeev, lldb-commits

Differential Revision: https://reviews.llvm.org/D50383

llvm-svn: 342050
2018-09-12 12:26:05 +00:00
..
ELF Add a relocation for R_AARCH64_ABS32 in ObjectFileELF 2018-08-17 00:35:47 +00:00
JIT Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Mach-O Move SafeMachO from Utility to Host 2018-09-12 12:26:05 +00:00
PECOFF Add .debug_names section glue code 2018-06-01 12:06:45 +00:00
CMakeLists.txt