summaryrefslogtreecommitdiffstats
path: root/clang/tools/ccc/ccclib/Arguments.py
diff options
context:
space:
mode:
Diffstat (limited to 'clang/tools/ccc/ccclib/Arguments.py')
-rw-r--r--clang/tools/ccc/ccclib/Arguments.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/tools/ccc/ccclib/Arguments.py b/clang/tools/ccc/ccclib/Arguments.py
index 7c5765c28da..051498f3105 100644
--- a/clang/tools/ccc/ccclib/Arguments.py
+++ b/clang/tools/ccc/ccclib/Arguments.py
@@ -883,9 +883,9 @@ class OptionParser:
# Version control.
# FIXME: Figure out what to do about these.
- self.BOption = self.addOption(JoinedOrSeparateOption('-B'))
- self.addOption(JoinedOrSeparateOption('-V'))
- self.addOption(JoinedOrSeparateOption('-b'))
+ self.BOption = self.addOption(JoinedOrSeparateOption('-B', unsupported=True))
+ self.addOption(JoinedOrSeparateOption('-V', unsupported=True))
+ self.addOption(JoinedOrSeparateOption('-b', unsupported=True))
# Clang static analyzer options (also see -WA,).
self.analyzeOption = self.addOption(FlagOption('--analyze'))
OpenPOWER on IntegriCloud