aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Lopes <nunoplopes@sapo.pt>2008-08-10 21:58:01 +0000
committerNuno Lopes <nunoplopes@sapo.pt>2008-08-10 21:58:01 +0000
commit9a1844866b447b19291fd5df268a992e026171c4 (patch)
tree61285efb81a0ffe066931134a20ee6a291c811c8
parent1e04976fc2611d8cc06986a81deed4c42183b870 (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-xutils/ccc2
1 files changed, 1 insertions, 1 deletions
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