Go to file
Rafael Espindola 449711cb36 Stop producing .data.rel sections.
If a section is rw, it is irrelevant if the dynamic linker will write to
it or not.

It looks like llvm implemented this because gcc was doing it. It looks
like gcc implemented this in the hope that it would put all the
relocated items close together and speed up the dynamic linker.

There are two problem with this:
* It doesn't work. Both bfd and gold will map .data.rel to .data and
  concatenate the input sections in the order they are seen.
* If we want a feature like that, it can be implemented directly in the
  linker since it knowns where the dynamic relocations are.

llvm-svn: 253436
2015-11-18 06:02:15 +00:00
clang BuildUniversalActions(): Prune obsolete \param(s). [-Wdocumentation] 2015-11-18 05:15:21 +00:00
clang-tools-extra Revert r253401, "[clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-index" 2015-11-18 02:14:35 +00:00
compiler-rt [TSan] List only amd64 asm file in Makefile.old (attempt 2) 2015-11-18 00:56:37 +00:00
debuginfo-tests
libclc integer: remove explicit casts from _MIN definitions 2015-10-06 19:12:12 +00:00
libcxx Fix bad variable name. project_root -> project_obj_root 2015-11-17 21:48:29 +00:00
libcxxabi c++abi: use __builtin_offsetof instead of offsetof 2015-11-18 05:33:38 +00:00
libunwind Make it possible to use libunwind without heap. 2015-11-09 06:57:29 +00:00
lld Adjust test from fallout due to r253429 2015-11-18 04:37:23 +00:00
lldb Remove a few vestigial typedefs from the old world 2015-11-18 01:44:36 +00:00
llgo debug: Update for debug info API change. 2015-11-05 22:04:20 +00:00
llvm Stop producing .data.rel sections. 2015-11-18 06:02:15 +00:00
openmp Add newlines to debug TRACE messages in kmp_taskdeps.cpp 2015-11-16 22:53:38 +00:00
polly ScopInfo: Ensure unique names for parameter names coming from load instructions 2015-11-17 11:54:51 +00:00