llvm-mc: Clean up some handling of symbol/section association to be more correct
authorDaniel Dunbar <daniel@zuster.org>
Sat, 22 Aug 2009 07:22:36 +0000 (07:22 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 22 Aug 2009 07:22:36 +0000 (07:22 +0000)
commit8906ff1b9dfde28f1ff00706643ca10843b26e01
tree9cd4a02e407a6ac0751c459bb5327f1f6f3cc07e
parent66aa9b1c2ff5ba278dd35d720e0ed38bccca3a8e
llvm-mc: Clean up some handling of symbol/section association to be more correct
(external was really undefined and there wasn't an explicit representation for
absolute symbols).
 - This still needs some cleanup to how the absolute "pseudo" section is dealt
   with, but I haven't figured out the nicest approach yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79733 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCSymbol.h
include/llvm/MC/MCValue.h
lib/MC/MCAsmStreamer.cpp
lib/MC/MCMachOStreamer.cpp
lib/MC/MCSymbol.cpp
test/Scripts/macho-dump
tools/llvm-mc/AsmParser.cpp