OSDN Git Service

Debug info: On ARM ensure that the data sections come before the
authorAdrian Prantl <aprantl@apple.com>
Mon, 23 Dec 2013 22:24:47 +0000 (22:24 +0000)
committerAdrian Prantl <aprantl@apple.com>
Mon, 23 Dec 2013 22:24:47 +0000 (22:24 +0000)
commit7ed2b702a209ba9780529adcf87ab8b7047483d4
tree899a564fb642cd185a96d08ec662850d9dff4138
parent8f57233536c0ae7efbe8bb5b800044f6d134db2a
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197922 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp
test/DebugInfo/ARM/sectionorder.ll [new file with mode: 0644]