[PATCH] D27757: [lld] Remove unnecessary llvm/Config/config.h includes
Michał Górny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 14 13:04:22 PST 2016
This revision was automatically updated to reflect the committed changes.
Closed by commit rL289707: Remove unnecessary llvm/Config/config.h includes (authored by mgorny).
Changed prior to commit:
https://reviews.llvm.org/D27757?vs=81384&id=81446#toc
Repository:
rL LLVM
https://reviews.llvm.org/D27757
Files:
lld/trunk/ELF/Strings.cpp
lld/trunk/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
Index: lld/trunk/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
===================================================================
--- lld/trunk/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
+++ lld/trunk/lib/ReaderWriter/MachO/MachOLinkingContext.cpp
@@ -22,7 +22,6 @@
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/ADT/Triple.h"
-#include "llvm/Config/config.h"
#include "llvm/Demangle/Demangle.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Errc.h"
Index: lld/trunk/ELF/Strings.cpp
===================================================================
--- lld/trunk/ELF/Strings.cpp
+++ lld/trunk/ELF/Strings.cpp
@@ -13,7 +13,6 @@
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
-#include "llvm/Config/config.h"
#include "llvm/Demangle/Demangle.h"
#include <algorithm>
#include <cstring>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27757.81446.patch
Type: text/x-patch
Size: 891 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161214/4ccdacc6/attachment.bin>
More information about the llvm-commits
mailing list