]> granicus.if.org Git - clang/commitdiff
ccc: -o should not be automatically forwarded to generic gcc tools.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 26 Jan 2009 18:00:14 +0000 (18:00 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 26 Jan 2009 18:00:14 +0000 (18:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63015 91177308-0d34-0410-b5e6-96231b3b80d8

tools/ccc/ccclib/Arguments.py

index e936aec4a71d2e598f640b1a73a5e58efd8131fa..7c5765c28da27c73b29a99a72f61de7fe854dfd5 100644 (file)
@@ -82,7 +82,7 @@ class Option(object):
 
         return self.name not in  ('-E', '-S', '-c',
                                   '-arch', '-fsyntax-only', '-combine', '-x',
-                                  '-###')
+                                  '-###', '-o')
 
 class OptionGroup(Option):
     """OptionGroup - A fake option class used to group options so that