[llvm-commits] [llvm] r79740 - in /llvm/trunk: include/llvm/MC/MCAssembler.h include/llvm/MC/MCSymbol.h lib/MC/MCAssembler.cpp lib/MC/MCMachOStreamer.cpp test/MC/MachO/symbols-1.s

Chris Lattner clattner at apple.com
Sat Aug 22 12:46:38 PDT 2009


On Aug 22, 2009, at 4:41 AM, Daniel Dunbar wrote:

> Author: ddunbar
> Date: Sat Aug 22 06:41:10 2009
> New Revision: 79740
>
> URL: http://llvm.org/viewvc/llvm-project?rev=79740&view=rev
> Log:
> llvm-mc/Mach-O: Improve symbol table support:
> - Honor .globl.
>
> - Set symbol type and section correctly ('nm' now works), and order  
> symbols
>   appropriately.
>
> - Take care to the string table so that the .o matches 'as' exactly  
> (for ease
>   of testing).

Nice!

-Chris




More information about the llvm-commits mailing list