From: Nuno Lopes Date: Sun, 10 Aug 2008 21:58:01 +0000 (+0000) Subject: pass -R arg to linker X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a1844866b447b19291fd5df268a992e026171c4;p=clang pass -R arg to linker git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54622 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/ccc b/utils/ccc index e172080088..43ded02716 100755 --- 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