forked from OSchip/llvm-project
7704473172
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 |
||
---|---|---|
.. | ||
Darwin | ||
FreeBSD | ||
Linux | ||
MacOSX-Kernel | ||
NetBSD | ||
POSIX | ||
Utility | ||
Windows/Common | ||
elf-core | ||
gdb-remote | ||
mach-core | ||
minidump | ||
CMakeLists.txt |