diff options
Diffstat (limited to 'lib/Driver/ToolChains.h')
-rw-r--r-- | lib/Driver/ToolChains.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Driver/ToolChains.h b/lib/Driver/ToolChains.h index b0cc9cbecd..6a3ce37975 100644 --- a/lib/Driver/ToolChains.h +++ b/lib/Driver/ToolChains.h @@ -69,7 +69,7 @@ class VISIBILITY_HIDDEN Darwin : public ToolChain { const char *getMacosxVersionMin() const; public: - Darwin(const HostInfo &Host, const llvm::Triple& Triple, + Darwin(const HostInfo &Host, const llvm::Triple& Triple, const unsigned (&DarwinVersion)[3], const unsigned (&GCCVersion)[3], bool IsIPhone); @@ -95,7 +95,7 @@ public: return IPhoneOSVersionMin.c_str(); } - const std::string &getToolChainDir() const { + const std::string &getToolChainDir() const { return ToolChainDir; } @@ -114,7 +114,7 @@ public: /// Darwin_GCC - Generic Darwin tool chain using gcc. class VISIBILITY_HIDDEN Darwin_GCC : public Generic_GCC { public: - Darwin_GCC(const HostInfo &Host, const llvm::Triple& Triple) + Darwin_GCC(const HostInfo &Host, const llvm::Triple& Triple) : Generic_GCC(Host, Triple) {} virtual const char *GetDefaultRelocationModel() const { return "pic"; } |