From e1f894d59e5df8a575d69395a8a0e1798bfdec75 Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Thu, 19 Oct 2017 19:49:38 +0000 Subject: [COFF] Move MinGW specific functions/classes to a separate file. NFC. Differential Revision: https://reviews.llvm.org/D39067 llvm-svn: 316178 --- lld/include/lld/Common/LLVM.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lld/include/lld') 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 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; -- cgit v1.2.1