MC/Mach-O: Implement support for setting indirect symbol table offset in section...
commit22b37a48ade84c6622219125a1ed808de2547e23
authorDaniel Dunbar <daniel@zuster.org>
Tue, 18 May 2010 17:28:24 +0000 (18 17:28 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 18 May 2010 17:28:24 +0000 (18 17:28 +0000)
treeba0ecffaef587995a58875c8c1c106391048d164
parentd2547936bd76b14e6b1d684ee097e9447e70b641
MC/Mach-O: Implement support for setting indirect symbol table offset in section header.

Also, create symbol data for LHS of assignment, to match 'as' symbol ordering better.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104033 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCMachOStreamer.cpp
lib/MC/MachObjectWriter.cpp
test/MC/MachO/indirect-symbols.s [new file with mode: 0644]