[llvm-commits] [llvm] r78890 - in /llvm/trunk: include/llvm/MC/MCSection.h include/llvm/MC/MCSectionELF.h include/llvm/Target/TargetLoweringObjectFile.h lib/CodeGen/ELFWriter.cpp lib/MC/CMakeLists.txt lib/MC/MCSection.cpp lib/MC/MCSectionELF.cpp lib/Target/ARM/ARMTargetObjectFile.h lib/Target/TargetLoweringObjectFile.cpp lib/Target/XCore/XCoreTargetObjectFile.cpp test/CodeGen/X86/attribute-sections.ll

Chris Lattner clattner at apple.com
Wed Aug 12 22:20:14 PDT 2009


On Aug 12, 2009, at 10:07 PM, Bruno Cardoso Lopes wrote:

> Author: bruno
> Date: Thu Aug 13 00:07:35 2009
> New Revision: 78890
>
> URL: http://llvm.org/viewvc/llvm-project?rev=78890&view=rev
> Log:
> Change MCSectionELF to represent a section semantically instead of
> syntactically as a string, very similiar to what Chris did with MachO.
> The parsing support and validation is not introduced yet.

Awesome Bruno!  I'll add back 'small section' support to mips now as  
"thanks" :).

-Chris



More information about the llvm-commits mailing list