[PATCH] D47745: Simplified WebAssemblyAsmBackend by removing explicit ELF variant.
Wouter van Oortmerssen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 4 15:01:27 PDT 2018
aardappel created this revision.
aardappel added a reviewer: dschuff.
Herald added subscribers: llvm-commits, aheejin, jgravelle-google.
The ELF version was broken (does not deal with wasm specific fixups),
and now is slightly less broken. It will be removed in its entirety
in the future which this change makes slightly easier (just remove
the IsELF bool).
Repository:
rL LLVM
https://reviews.llvm.org/D47745
Files:
lib/Target/WebAssembly/MCTargetDesc/WebAssemblyAsmBackend.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47745.149860.patch
Type: text/x-patch
Size: 4614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180604/51078b6c/attachment.bin>
More information about the llvm-commits
mailing list