Pass fobjc-gc-only and fobjc-gc options down to clang.

llvm-svn: 50426
This commit is contained in:
Ted Kremenek 2008-04-29 16:24:23 +00:00
parent 6b37114590
commit a8197366db
1 changed files with 1 additions and 1 deletions

View File

@ -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