diff options
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/Driver/HostInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/HostInfo.cpp b/clang/lib/Driver/HostInfo.cpp index b98318dd26b..5fb9f9929ec 100644 --- a/clang/lib/Driver/HostInfo.cpp +++ b/clang/lib/Driver/HostInfo.cpp @@ -33,7 +33,7 @@ HostInfo::HostInfo(const Driver &D, const char *_Arch, const char *_Platform, HostInfo::~HostInfo() { } -namespace VISIBILITY_HIDDEN { +namespace { // Darwin Host Info |

