summaryrefslogtreecommitdiffstats
path: root/lld/include/lld
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2017-10-19 19:49:38 +0000
committerMartin Storsjo <martin@martin.st>2017-10-19 19:49:38 +0000
commite1f894d59e5df8a575d69395a8a0e1798bfdec75 (patch)
tree806c9d8ca370fd5cd9558d9ec926115a2f7a2818 /lld/include/lld
parent93a1771aaf369f37dbfc37be9b681043521db2fb (diff)
downloadbcm5719-llvm-e1f894d59e5df8a575d69395a8a0e1798bfdec75.tar.gz
bcm5719-llvm-e1f894d59e5df8a575d69395a8a0e1798bfdec75.zip
[COFF] Move MinGW specific functions/classes to a separate file. NFC.
Differential Revision: https://reviews.llvm.org/D39067 llvm-svn: 316178
Diffstat (limited to 'lld/include/lld')
-rw-r--r--lld/include/lld/Common/LLVM.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/include/lld/Common/LLVM.h b/lld/include/lld/Common/LLVM.h
index b5d0e2bffb0..582abfb339f 100644
--- a/lld/include/lld/Common/LLVM.h
+++ b/lld/include/lld/Common/LLVM.h
@@ -25,6 +25,7 @@ namespace llvm {
// ADT's.
class Error;
class StringRef;
+ template<typename T> class StringSet;
class Twine;
class MemoryBuffer;
class MemoryBufferRef;
@@ -57,6 +58,7 @@ namespace lld {
// ADT's.
using llvm::Error;
using llvm::StringRef;
+ using llvm::StringSet;
using llvm::Twine;
using llvm::MemoryBuffer;
using llvm::MemoryBufferRef;
OpenPOWER on IntegriCloud