Use OutStreamer.SwitchSection instead of writing out textual section directives.
authorBob Wilson <bob.wilson@apple.com>
Wed, 30 Sep 2009 22:25:37 +0000 (22:25 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 30 Sep 2009 22:25:37 +0000 (22:25 +0000)
commit29e066965fb84b3aad2840815c6d0602dafb0b17
tree372c2f7b8a7eb6cddb079bf4b4325727041e25de
parent812209a58c5520c604bc9279aa069e5ae066e860
Use OutStreamer.SwitchSection instead of writing out textual section directives.
Add a new TargetLoweringObjectFileMachO::getConstTextCoalSection method to
get access to that section.

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