commit | 8db5bfd70add9f0b1e3268338f7f03d3d27643a2 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Mar 17 22:24:01 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Mar 17 22:24:01 2009 +0000 |
tree | a9ef8c4ab57674f455364b3d9157300d0683fc67 | |
parent | 7c76412e934c18eb848c46ebf54f51e085f6bf57 [diff] [blame] |
GCC 4.0 isn't happy with VISIBILITY_HIDDEN on a namespace. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67112 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Driver/HostInfo.cpp b/lib/Driver/HostInfo.cpp index b98318d..5fb9f99 100644 --- a/lib/Driver/HostInfo.cpp +++ b/lib/Driver/HostInfo.cpp
@@ -33,7 +33,7 @@ HostInfo::~HostInfo() { } -namespace VISIBILITY_HIDDEN { +namespace { // Darwin Host Info