diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-01-14 01:03:36 +0000 | 
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-01-14 01:03:36 +0000 | 
| commit | a63b7f396ab8167ca12d9bd65e9adc48e3b0408d (patch) | |
| tree | a934b996e8d87e3be3cfecaf3b970dbaa403cf72 /clang/tools/ccc/ccclib/HostInfo.py | |
| parent | 4ba36fcc3f4a71f50844a76921fce61ea4618307 (diff) | |
| download | bcm5719-llvm-a63b7f396ab8167ca12d9bd65e9adc48e3b0408d.tar.gz bcm5719-llvm-a63b7f396ab8167ca12d9bd65e9adc48e3b0408d.zip | |
ccc: Add dummy Clang/Compile tool and use on Darwin/X86 for C files.
llvm-svn: 62204
Diffstat (limited to 'clang/tools/ccc/ccclib/HostInfo.py')
| -rw-r--r-- | clang/tools/ccc/ccclib/HostInfo.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/clang/tools/ccc/ccclib/HostInfo.py b/clang/tools/ccc/ccclib/HostInfo.py index d976138eec0..7c94cbaf50c 100644 --- a/clang/tools/ccc/ccclib/HostInfo.py +++ b/clang/tools/ccc/ccclib/HostInfo.py @@ -44,7 +44,8 @@ class DarwinHostInfo(HostInfo):          if arch in ('i386', 'x86_64'):              return ToolChain.Darwin_X86_ToolChain(self.driver,                                                    self.darwinVersion, -                                                  self.gccVersion) +                                                  self.gccVersion, +                                                  arch)          return ToolChain.Generic_GCC_ToolChain(self.driver) | 

