pass -R arg to linker

llvm-svn: 54622
This commit is contained in:
Nuno Lopes 2008-08-10 21:58:01 +00:00
parent 6dfdf8c97a
commit c14bcffda6
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ def main(args):
i += 1 i += 1
# Prefix matches for the link mode # Prefix matches for the link mode
if arg[:2] in ['-l', '-L', '-F']: if arg[:2] in ['-l', '-L', '-F', '-R']:
link_opts.append(arg) link_opts.append(arg)
# Enable threads # Enable threads