llvm-mc/Mach-O: Support symbol attributes.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 24 Aug 2009 08:40:12 +0000 (08:40 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 24 Aug 2009 08:40:12 +0000 (08:40 +0000)
commit6aff2fbd56d4bc2d6029f7c9bd49a97f6dc01213
treef0b95f730e178cc34e26a9625c07fc44569aaaa2
parent50e48b359eb4e3d3e22d6e447583619d1feaeeae
llvm-mc/Mach-O: Support symbol attributes.
 - This is mostly complete, the main thing missing is .indirect_symbol support
   (which would be straight-forward, except that the way it is implemented in
   'as' makes getting an exact .o match interesting).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79899 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCAssembler.h
lib/MC/MCAssembler.cpp
lib/MC/MCMachOStreamer.cpp
test/MC/MachO/symbol-flags.s [new file with mode: 0644]