[PATCH] D57632: [WebAssembly] Fix imported function symbol names that differ from their import names in the .o format
Dan Gohman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 4 15:13:58 PST 2019
sunfish updated this revision to Diff 185170.
sunfish added a comment.
- Use a symbol flag to indicate when a custom symbol name is present.
- Revert the version number bump.
- Allow globals and events to have custom symbol names too, for consistency.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57632/new/
https://reviews.llvm.org/D57632
Files:
include/llvm/BinaryFormat/Wasm.h
lib/MC/WasmObjectWriter.cpp
lib/Object/WasmObjectFile.cpp
tools/lld/wasm/InputFiles.cpp
tools/lld/wasm/LTO.cpp
tools/lld/wasm/SymbolTable.cpp
tools/lld/wasm/SymbolTable.h
tools/lld/wasm/Symbols.h
tools/lld/wasm/Writer.cpp
tools/yaml2obj/yaml2wasm.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57632.185170.patch
Type: text/x-patch
Size: 12935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190204/a95c98b3/attachment.bin>
More information about the llvm-commits
mailing list