[all-commits] [llvm/llvm-project] 66bfbe: [WebAssembly] Support wasm exports with zero-lengt...
Dan Gohman via All-commits
all-commits at lists.llvm.org
Thu Mar 26 16:30:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 66bfbedbdfb98bb3c8fbda9ee839e46b430122d1
https://github.com/llvm/llvm-project/commit/66bfbedbdfb98bb3c8fbda9ee839e46b430122d1
Author: Dan Gohman <sunfish at mozilla.com>
Date: 2020-03-26 (Thu, 26 Mar 2020)
Changed paths:
M lld/test/wasm/export-name.ll
M lld/wasm/InputChunks.h
M lld/wasm/Writer.cpp
M llvm/include/llvm/BinaryFormat/Wasm.h
Log Message:
-----------
[WebAssembly] Support wasm exports with zero-length names.
Zero-length strings are valid export names in WebAssembly, so allow
users to specify them.
Differential Revision: https://reviews.llvm.org/D71793
More information about the All-commits
mailing list