llvm-project/lld/lib/ReaderWriter/MachO
Michal Gorny 906534fe4e Remove unnecessary llvm/Config/config.h includes
Remove the includes of <llvm/Config/config.h> private LLVM header.
The relevant files seem not to use any definitions from that file,
and it is not available when building against installed LLVM.

The use in lib/ReaderWriter/MachO/MachOLinkingContext.cpp originates
from rL218718, and the use in ELF/Strings.cpp from rL274804 (where it
was moved from Symbols.cpp). In both cases, they were added as a part of
demangling support, and they provided HAVE_CXXABI_H.

Since we are now using the LLVM demangler library instead, the code was
removed and the includes and no longer necessary.

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

llvm-svn: 289707
2016-12-14 20:53:57 +00:00
..
ArchHandler.cpp Fix heap-buffer-overflow bugs identified by the Address Sanitizer 2015-02-19 20:42:23 +00:00
ArchHandler.h Change getReferenceInfo/getPairReferenceInfo to use new Error handling. NFC. 2016-03-30 20:15:06 +00:00
ArchHandler_arm.cpp Fix wrong formatting in lld introduced in r286561 (NFC) 2016-11-11 22:28:19 +00:00
ArchHandler_arm64.cpp Fix wrong formatting in lld introduced in r286561 (NFC) 2016-11-11 22:28:19 +00:00
ArchHandler_x86.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
ArchHandler_x86_64.cpp Fix wrong formatting in lld introduced in r286561 (NFC) 2016-11-11 22:28:19 +00:00
Atoms.h Fix some Include What You Use warnings; other minor fixes. 2016-04-29 19:47:09 +00:00
CMakeLists.txt Fix shared library build. 2016-09-06 21:06:55 +00:00
CompactUnwindPass.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
DebugInfo.h [MachO] Remove code accidentally cut'n'pasted 3 times. 2016-09-10 20:41:26 +00:00
ExecutableAtoms.h Use owning pointers instead of raw pointers for Atom's to fix leaks. 2016-03-22 17:15:50 +00:00
File.h Change when we choose to add an LC_LOAD_DYLIB to the final image. 2016-08-11 20:10:14 +00:00
FlatNamespaceFile.h Remove dead flags. 2016-03-28 20:59:47 +00:00
GOTPass.cpp Fix wrong formatting in lld introduced in r286561 (NFC) 2016-11-11 22:28:19 +00:00
LayoutPass.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
LayoutPass.h [lld][MachO] Remove SimpleFile::definedAtoms(). 2016-06-28 18:42:33 +00:00
MachOLinkingContext.cpp Remove unnecessary llvm/Config/config.h includes 2016-12-14 20:53:57 +00:00
MachONormalizedFile.h [lld][MachO] Remove some debugging output code that was mistakenly left in in 2016-07-28 00:28:48 +00:00
MachONormalizedFileBinaryReader.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
MachONormalizedFileBinaryUtils.h Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 15:30:02 +00:00
MachONormalizedFileBinaryWriter.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
MachONormalizedFileFromAtoms.cpp Fix wrong formatting in lld introduced in r286561 (NFC) 2016-11-11 22:28:19 +00:00
MachONormalizedFileToAtoms.cpp Fix code to deal with recent LLVM changes. 2016-11-11 16:23:47 +00:00
MachONormalizedFileYAML.cpp [lld][MachO] Add support for S_ATTR_DEBUG to the MachO YAML reader/writer. 2016-07-26 17:17:17 +00:00
MachOPasses.h Add an ObjCPass to the MachO linker. 2016-01-19 21:54:21 +00:00
ObjCPass.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
SectCreateFile.h Use owning pointers instead of raw pointers for Atom's to fix leaks. 2016-03-22 17:15:50 +00:00
ShimPass.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
StubsPass.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
TLVPass.cpp Prevent at compile time converting from Error::success() to Expected<T> 2016-11-11 04:29:25 +00:00
WriterMachO.cpp Fix a bunch of -Wpessimizing-move issues. 2016-03-31 00:35:50 +00:00