]> granicus.if.org Git - clang/commitdiff
pass -R arg to linker
authorNuno Lopes <nunoplopes@sapo.pt>
Sun, 10 Aug 2008 21:58:01 +0000 (21:58 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Sun, 10 Aug 2008 21:58:01 +0000 (21:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54622 91177308-0d34-0410-b5e6-96231b3b80d8

utils/ccc

index e172080088c4bc0db71468e48e709963b1c6dc4b..43ded02716808e25690d47b448c362553a85c667 100755 (executable)
--- a/utils/ccc
+++ b/utils/ccc
@@ -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