OSDN Git Service

iniital checkin of ELFWriter implementation
authorChris Lattner <sabre@nondot.org>
Mon, 27 Jun 2005 06:29:00 +0000 (06:29 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 27 Jun 2005 06:29:00 +0000 (06:29 +0000)
commit35f0a4f24e1d7ded182bd557503a9035fb540a58
treed3240a44ffb0d7cdc8188c6c22f8ecfd3b822e5b
parent320181576e3fba72792d8db130e771a2c31939e3
iniital checkin of ELFWriter implementation

For now, the elf writer is only capable of emitting an empty elf file, with
a section table and a section table string table.  This will be enhanced
in the future :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22291 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ELFWriter.cpp [new file with mode: 0644]