MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 17 May 2010 21:19:59 +0000 (21:19 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 17 May 2010 21:19:59 +0000 (21:19 +0000)
commitdb9014dd8b7b0b2581d10357b305f99f1b529316
tree0fb378682a4fe3079e7b4d9316ab2da4dc0fda94
parentb8acb7be804c8c537f2475f3a24303a0b37ab107
MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions.
 - This fixes a string table mismatch with 'as' when two new symbols are defined
   in a single instruction.

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