llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 26 Aug 2009 22:13:22 +0000 (22:13 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 26 Aug 2009 22:13:22 +0000 (22:13 +0000)
commit959fd883346384e742fff049327a6815e36017e0
treebc547f4126e123f1bc04ed9acf4ae8b095c9776b
parentc33e6964773de5ce4912cfba3c374247d6b804d0
llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.
 - I moved section creation back into AsmParser. I think policy decisions like
   this should be pushed higher, not lower, when possible (in addition the
   assembler has flags which change this behavior, for example).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80162 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCContext.h
include/llvm/MC/MCSymbol.h
lib/MC/MCAssembler.cpp
lib/MC/MCContext.cpp
test/MC/MachO/symbols-1.s
tools/llvm-mc/AsmParser.cpp
tools/llvm-mc/AsmParser.h