diff options
Diffstat (limited to 'clang/tools/ccc/ccclib/Arguments.py')
| -rw-r--r-- | clang/tools/ccc/ccclib/Arguments.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/clang/tools/ccc/ccclib/Arguments.py b/clang/tools/ccc/ccclib/Arguments.py index d9fd11d3897..c79161ebae9 100644 --- a/clang/tools/ccc/ccclib/Arguments.py +++ b/clang/tools/ccc/ccclib/Arguments.py @@ -475,7 +475,7 @@ class OptionParser:          self.dumpversionOption = self.addOption(FlagOption('-dumpversion'))          self.dumpmachineOption = self.addOption(FlagOption('-dumpmachine'))          self.printSearchDirsOption = self.addOption(FlagOption('-print-search-dirs')) -        self.printLibgccFilenameOption = self.addOption(FlagOption('-print-libgcc-file-name')) +        self.printLibgccFileNameOption = self.addOption(FlagOption('-print-libgcc-file-name'))          # FIXME: Hrm, where does this come from? It isn't always true that          # we take both - and --. For example, gcc --S ... ends up sending          # -fS to cc1. Investigate. | 

