diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-01-30 00:12:29 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-01-30 00:12:29 +0000 |
commit | e4c0da83128f53805a22905125a1e707e6ef7246 (patch) | |
tree | 802151a18814ef94bc13bdd85dc381e6213ba128 /tools/ccc/ccclib/Driver.py | |
parent | 14553abd17d303b0b310b3ab1523eb0d30d8121c (diff) |
ccc: Mark -combine option as unsupported.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63348 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/ccc/ccclib/Driver.py')
-rw-r--r-- | tools/ccc/ccclib/Driver.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/ccc/ccclib/Driver.py b/tools/ccc/ccclib/Driver.py index bdcdcb731c..2f4cc14066 100644 --- a/tools/ccc/ccclib/Driver.py +++ b/tools/ccc/ccclib/Driver.py @@ -443,10 +443,6 @@ class Driver(object): if finalPhaseOpt: self.claim(finalPhaseOpt) - # FIXME: Support -combine. - if hasCombine: - raise NotImplementedError,"-combine is not yet supported" - # Reject -Z* at the top level for now. arg = args.getLastArg(self.parser.ZOption) if arg: |