r240464 - [Driver] Give GnuTool LLVM_LIBRARY_VISIBILITY.
Benjamin Kramer
benny.kra at googlemail.com
Tue Jun 23 14:15:16 PDT 2015
Author: d0k
Date: Tue Jun 23 16:15:15 2015
New Revision: 240464
URL: http://llvm.org/viewvc/llvm-project?rev=240464&view=rev
Log:
[Driver] Give GnuTool LLVM_LIBRARY_VISIBILITY.
This is consistent with all other classes in Tools.h.
Modified:
cfe/trunk/lib/Driver/Tools.h
Modified: cfe/trunk/lib/Driver/Tools.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.h?rev=240464&r1=240463&r2=240464&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/Tools.h (original)
+++ cfe/trunk/lib/Driver/Tools.h Tue Jun 23 16:15:15 2015
@@ -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:
More information about the cfe-commits
mailing list