Go to file
Rafael Espindola 0b1413a881 Use the archive offset with --whole-archive.
The test ELF/lto/thin-archivecollision.ll was not testing what it
wanted to test. It needs two archive members with the same name, but
different offsets.

Without this we could remove all references of OffsetInArchive and all
tests would still pass.

Fixing the test showed that the --whole-archive case was broken, which
this patch fixes.

llvm-svn: 302241
2017-05-05 15:08:06 +00:00
clang [Driver] Add a "-mmacos_version_min" option that's an alias for 2017-05-05 14:52:48 +00:00
clang-tools-extra [clangd] Add documentation page 2017-05-04 19:57:53 +00:00
compiler-rt [ubsan]: temporarily disable print_stack_trace.cc test 2017-05-05 14:51:16 +00:00
debuginfo-tests Add additional CHECKs to safestack.c. 2017-04-17 17:57:05 +00:00
libclc math: Implement sinh function 2017-02-25 02:46:53 +00:00
libcxx Document XFAIL's with the relevent bug number 2017-05-05 05:19:21 +00:00
libcxxabi [libcxxabi][CMake] Set library dir when built under runtimes/ 2017-05-04 06:04:49 +00:00
libunwind [CMake][libunwind] Fix the -target and -gcc-toolchain flag handling 2017-04-16 06:08:44 +00:00
lld Use the archive offset with --whole-archive. 2017-05-05 15:08:06 +00:00
lldb Fix segfault resulting from empty print prompt 2017-05-05 11:51:21 +00:00
llgo benchcomp: Add a mode for analyzing file sizes. 2017-04-03 19:13:12 +00:00
llvm [LoopIdiom] check for safety while expanding 2017-05-05 14:49:45 +00:00
openmp [OpenMP] libomptarget: test correction for use with OpenMP 4.5 2017-04-27 18:54:00 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [ScopBuilder] Do not verify unfeasible SCoPs. 2017-05-05 13:38:35 +00:00