<div dir="ltr">I think this is a typo of the commit message. This patch itself is correct. Quote from the GNU ld manual. "For options whose names are a single letter, option arguments must either follow the option letter without intervening whitespace, or be given as separate arguments immediately following the option that requires them."</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 9, 2016 at 2:09 PM, Joerg Sonnenberger via llvm-commits <span dir="ltr"><<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wed, Nov 09, 2016 at 04:38:15PM -0000, George Rimar via llvm-commits wrote:<br>
> Problem was not obvious and the reason was that we did not accept<br>
> the separate form of -R. While invocation line contained it:<br>
> cc -Wl,-R /usr/local/lib -o prog prog.c<br>
<br>
</span>This is a bug in the invocation. If anything, it should be:<br>
  cc -Wl,-R -Wl,/usr/local/lib -o prog prog.c<br>
<br>
Joerg<br>
<div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-commits</a><br>
</div></div></blockquote></div><br></div>