Add support to the X86 backend for emitting ELF files. To use this, we
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
Loading
Please register or sign in to comment