[PATCH] D15555: [WebAssembly] Experimental ELF writer support
Dan Gohman via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 15 19:02:33 PST 2015
sunfish created this revision.
sunfish added subscribers: llvm-commits, jfb, dschuff.
sunfish set the repository for this revision to rL LLVM.
This creates the initial infrastructure for writing ELF output files. It doesn't yet have any implementation for encoding instructions.
Repository:
rL LLVM
http://reviews.llvm.org/D15555
Files:
lib/Support/Triple.cpp
lib/Target/WebAssembly/MCTargetDesc/CMakeLists.txt
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyELFObjectWriter.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCCodeEmitter.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.cpp
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15555.42956.patch
Type: text/x-patch
Size: 16317 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151216/330392a3/attachment.bin>
More information about the llvm-commits
mailing list