summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-04-29 16:24:23 +0000
committerTed Kremenek <kremenek@apple.com>2008-04-29 16:24:23 +0000
commita8197366db6f6304cb9bfeb8d0ca9a1b9e30860d (patch)
treef5a3db9164240c394879816291b895e4b7bc4791
parent6b37114590ea887a1936ded75b47271f9831775c (diff)
downloadbcm5719-llvm-a8197366db6f6304cb9bfeb8d0ca9a1b9e30860d.tar.gz
bcm5719-llvm-a8197366db6f6304cb9bfeb8d0ca9a1b9e30860d.zip
Pass fobjc-gc-only and fobjc-gc options down to clang.
llvm-svn: 50426
-rwxr-xr-xclang/utils/ccc-analyzer2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/ccc-analyzer b/clang/utils/ccc-analyzer
index 8db6167af07..e453cec4a2c 100755
--- a/clang/utils/ccc-analyzer
+++ b/clang/utils/ccc-analyzer
@@ -184,7 +184,7 @@ def main(args):
i += 1
# Options with no argument that should pass through to compiler
- if arg == '-nostdinc':
+ if arg in [ '-nostdinc', 'fobjc-gc-only', 'fobjc-gc' ]:
compile_opts.append(arg)
# Options with one argument that should pass through to linker
OpenPOWER on IntegriCloud