llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text
authorDaniel Dunbar <daniel@zuster.org>
Wed, 26 Aug 2009 22:49:51 +0000 (22:49 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 26 Aug 2009 22:49:51 +0000 (22:49 +0000)
commit7c0a3348fb5c8259a2b4e21b8c80b5459eaa9487
treef98fc31749e21c56fa7e77437b0c1258e07e632c
parent959fd883346384e742fff049327a6815e36017e0
llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text
sections, etc.
 - The quick and dirty way, just clone the TargetLoweringObjectFile
   code. Eventually this should be shared... somehow.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80168 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/MachO/sections.s
tools/llvm-mc/AsmParser.cpp
tools/llvm-mc/AsmParser.h
tools/llvm-mc/llvm-mc.cpp