From f5b103be75dc9b082157f21e7edbd1d2d705eb09 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Tue, 23 Jun 2015 21:15:15 +0000 Subject: [PATCH] [Driver] Give GnuTool LLVM_LIBRARY_VISIBILITY. This is consistent with all other classes in Tools.h. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240464 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Driver/Tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Driver/Tools.h b/lib/Driver/Tools.h index 0a51b94a83..d57df1c7b8 100644 --- a/lib/Driver/Tools.h +++ b/lib/Driver/Tools.h @@ -127,7 +127,7 @@ using llvm::opt::ArgStringList; /// \brief Base class for all GNU tools that provide the same behavior when /// it comes to response files support - class GnuTool : public Tool { + class LLVM_LIBRARY_VISIBILITY GnuTool : public Tool { virtual void anchor(); public: -- 2.50.1