diff options
Diffstat (limited to 'clang/lib/Driver/ToolChains.h')
-rw-r--r-- | clang/lib/Driver/ToolChains.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Driver/ToolChains.h b/clang/lib/Driver/ToolChains.h index be476d78ed6..c5e01ba5ac4 100644 --- a/clang/lib/Driver/ToolChains.h +++ b/clang/lib/Driver/ToolChains.h @@ -20,12 +20,12 @@ namespace clang { namespace driver { -namespace toolchains VISIBILITY_HIDDEN { +namespace toolchains { /// Generic_GCC - A tool chain using the 'gcc' command to perform /// all subcommands; this relies on gcc translating the majority of /// command line options. -class Generic_GCC : public ToolChain { +class VISIBILITY_HIDDEN Generic_GCC : public ToolChain { mutable llvm::DenseMap<unsigned, Tool*> Tools; public: |