OSDN Git Service

Add the __TEXT,__StaticInit section to the list of sections emitted at the
authorBob Wilson <bob.wilson@apple.com>
Fri, 30 Jul 2010 19:55:47 +0000 (19:55 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 30 Jul 2010 19:55:47 +0000 (19:55 +0000)
commit63db594559dc8eac666204c7907bae664f5234da
tree0c54d4c6ef907e93fcc713ab74d0ae0b0fcdab0a
parent98f985607b9521935efbb537cc475724b97449e9
Add the __TEXT,__StaticInit section to the list of sections emitted at the
beginning on ARM Darwin assembly files so that it won't be placed after
debug sections.  Radar 8252813.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109879 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAsmPrinter.cpp