From: Benjamin Kramer Date: Tue, 23 Jun 2015 21:15:15 +0000 (+0000) Subject: [Driver] Give GnuTool LLVM_LIBRARY_VISIBILITY. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5b103be75dc9b082157f21e7edbd1d2d705eb09;p=clang [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 --- 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: