Go to file
George Rimar 470de71177 [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
2016-11-09 16:38:15 +00:00
clang [Sparc] LLONG is not lock-free atomic on v8 2016-11-09 15:43:51 +00:00
clang-tools-extra [change-namespace] shorten namespace qualifier based on UsingDecl and UsingDirectiveDecl. 2016-11-08 22:44:17 +00:00
compiler-rt Pacify lint check 2016-11-09 08:36:45 +00:00
debuginfo-tests
libclc Provide vstore_half helper to workaround clc restrictions 2016-09-21 20:15:55 +00:00
libcxx [CMake] Check runtimes subdir when looking for libcxxabi 2016-11-09 03:22:28 +00:00
libcxxabi [libc++abi] Remove the test for checking using of fallback malloc in case of dynamic memory exhaustion. 2016-11-09 04:14:31 +00:00
libunwind [CMake] Get libunwind building under LLVM/runtimes 2016-11-08 23:02:49 +00:00
lld [ELF] - Add separate form for -R alias. 2016-11-09 16:38:15 +00:00
lldb Remove TimeValue usage from lldb/Target 2016-11-09 15:05:48 +00:00
llgo [llgo] add llgo source path to LLVM_GO_PACKAGES 2016-07-27 03:01:00 +00:00
llvm [Hexagon] Separate Hexagon subreg indices for different register classes 2016-11-09 16:19:08 +00:00
openmp [OpenMP] Enable ThreadSanitizer to check OpenMP programs 2016-11-07 15:58:36 +00:00
parallel-libs [Acxxel] Remove setActiveDeviceForThread 2016-10-28 00:54:02 +00:00
polly ScopInfo: only run code needed for ASSERT in DEBUG mode 2016-11-09 04:24:49 +00:00