diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-06-09 19:08:19 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-06-09 19:08:19 +0000 | 
| commit | 798321d8eb5630cd4a8f490a4f25e32ef195fb07 (patch) | |
| tree | a59f5569ef36d00388c0428426abef26aa9105b6 /lib/Driver/ToolChains.h | |
| parent | 5e20cdd81c44a443562a09007668ffdf76c455af (diff) | |
Diffstat (limited to 'lib/Driver/ToolChains.h')
| -rw-r--r-- | lib/Driver/ToolChains.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Driver/ToolChains.h b/lib/Driver/ToolChains.h index 8906e2101ea0..0b7073f2ba0b 100644 --- a/lib/Driver/ToolChains.h +++ b/lib/Driver/ToolChains.h @@ -807,6 +807,9 @@ public:    bool getVisualStudioBinariesFolder(const char *clangProgramPath,                                       std::string &path) const; +  std::string ComputeEffectiveClangTriple(const llvm::opt::ArgList &Args, +                                          types::ID InputType) const override; +  protected:    void AddSystemIncludeWithSubfolder(const llvm::opt::ArgList &DriverArgs,                                       llvm::opt::ArgStringList &CC1Args,  | 
