[cfe-commits] r54622 - /cfe/trunk/utils/ccc
Nuno Lopes
nunoplopes at sapo.pt
Sun Aug 10 14:58:02 PDT 2008
Author: nlopes
Date: Sun Aug 10 16:58:01 2008
New Revision: 54622
URL: http://llvm.org/viewvc/llvm-project?rev=54622&view=rev
Log:
pass -R arg to linker
Modified:
cfe/trunk/utils/ccc
Modified: cfe/trunk/utils/ccc
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/ccc?rev=54622&r1=54621&r2=54622&view=diff
==============================================================================
--- cfe/trunk/utils/ccc (original)
+++ cfe/trunk/utils/ccc Sun Aug 10 16:58:01 2008
@@ -138,7 +138,7 @@
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
More information about the cfe-commits
mailing list