diff options
author | George Rimar <grimar@accesssoftek.com> | 2016-11-09 16:38:15 +0000 |
---|---|---|
committer | George Rimar <grimar@accesssoftek.com> | 2016-11-09 16:38:15 +0000 |
commit | 470de711778d64bf4b83f9ab945a5b24158ecc3c (patch) | |
tree | 2fbe5cb57527ff33165312038cd3955a738aa10a /llvm/unittests/Bitcode/BitReaderTest.cpp | |
parent | a540997ce476944edc5962ffec6649b1640a057f (diff) | |
download | bcm5719-llvm-470de711778d64bf4b83f9ab945a5b24158ecc3c.tar.gz bcm5719-llvm-470de711778d64bf4b83f9ab945a5b24158ecc3c.zip |
[ELF] - Add separate form for -R alias.
During link of devel/chrpath (FreeBSD port), found next issue:
/usr/bin/ld: error: unclosed comment in a linker script
/usr/bin/ld: error: line 1: unknown directive: �
/usr/bin/ld: error: ��
Problem was not obvious and the reason was that we did not accept
the separate form of -R. While invocation line contained it:
cc -Wl,-R /usr/local/lib -o prog prog.c
CPIO file produced contained /usr/local/lib file.
Which looks because of reasons above
contained inside the content of whole lib folder,
and it then was passed as an input and
proccessed as linker script.
llvm-svn: 286378
Diffstat (limited to 'llvm/unittests/Bitcode/BitReaderTest.cpp')
0 files changed, 0 insertions, 0 deletions