diff options
author | Nuno Lopes <nunoplopes@sapo.pt> | 2008-08-10 21:58:01 +0000 |
---|---|---|
committer | Nuno Lopes <nunoplopes@sapo.pt> | 2008-08-10 21:58:01 +0000 |
commit | 9a1844866b447b19291fd5df268a992e026171c4 (patch) | |
tree | 61285efb81a0ffe066931134a20ee6a291c811c8 | |
parent | 1e04976fc2611d8cc06986a81deed4c42183b870 (diff) |
pass -R arg to linker
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54622 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-x | utils/ccc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ def main(args): i += 1 # 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) # Enable threads |