Adrian Prantl
671af5ca4b
Debug info: On ARM ensure that all __TEXT sections come before the
...
optional DWARF sections, so compiling with -g does not result in
different code being generated for PC-relative loads.
This is reapplying a diet r197922 (__TEXT-only).
llvm-svn: 199681
2014-01-20 19:15:59 +00:00
Adrian Prantl
1a89924d84
Revert "Debug info: On ARM ensure that the data sections come before the"
...
Cut back on the cargo cult. The order of __DATA sections doesn't affect
generated code.
This reverts commit r197922.
llvm-svn: 199680
2014-01-20 19:15:55 +00:00
Adrian Prantl
edb61f02b6
Debug info: On ARM ensure that the data sections come before the
...
(optional) DWARF sections, so compiling with -g does not result in
different code being generated.
rdar://problem/15623193
llvm-svn: 197922
2013-12-23 22:24:47 +00:00