summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86ELFWriter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactor things a bit to allow the ELF code emitter to run the X86 machine ↵Chris Lattner2005-07-111-5/+9
| | | | | | | | code emitter after itself. llvm-svn: 22376
* Add support to the X86 backend for emitting ELF files. To use this, weChris Lattner2005-06-271-0/+34
currently use: llc t.bc --filetype=obj This will produce a t.o file which is dumpable with readelf. Currently the file produced is empty, but the scaffolding to do more is now in place. llvm-svn: 22292
OpenPOWER on IntegriCloud