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
..
2016-11-24 01:44:21 +00:00
2016-11-10 14:53:24 +00:00
2016-11-05 22:58:01 +00:00
2016-03-12 06:06:40 +00:00
2016-12-01 05:43:48 +00:00
2016-12-01 04:36:54 +00:00
2016-12-01 04:36:54 +00:00
2016-12-09 22:40:49 +00:00
2016-07-09 23:02:37 +00:00
2016-11-29 08:05:44 +00:00

See docs/NewLLD.rst