diff options
author | Michal Gorny <mgorny@gentoo.org> | 2016-12-14 20:53:57 +0000 |
---|---|---|
committer | Michal Gorny <mgorny@gentoo.org> | 2016-12-14 20:53:57 +0000 |
commit | 906534fe4e702cff11d2d3478c868fe2eb2ec088 (patch) | |
tree | e414b5aac169cd1c01f9123ce06903087e9b6701 /llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp | |
parent | cbed30c5012b9b52a495dadc94f14ea54f1b5b10 (diff) | |
download | bcm5719-llvm-906534fe4e702cff11d2d3478c868fe2eb2ec088.tar.gz bcm5719-llvm-906534fe4e702cff11d2d3478c868fe2eb2ec088.zip |
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
Diffstat (limited to 'llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp')
0 files changed, 0 insertions, 0 deletions