OSDN Git Service

iniital checkin of ELFWriter header.
authorChris Lattner <sabre@nondot.org>
Mon, 27 Jun 2005 06:28:45 +0000 (06:28 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 27 Jun 2005 06:28:45 +0000 (06:28 +0000)
commit320181576e3fba72792d8db130e771a2c31939e3
tree39502ce5e43f8e3b9a3f6f99008faafb8772c619
parent694c29831a797e6cd9bf8bc0dbab975c6647ad67
iniital checkin of ELFWriter header.

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@22290 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ELFWriter.h [new file with mode: 0644]