forked from OSchip/llvm-project
bd4812776b
The changes the in-memory representation of wasm symbols such that their optional ImportName and ImportModule use llvm::Optional. ImportName is set whenever WASM_SYMBOL_EXPLICIT_NAME flag is set. ImportModule (for imports) is currently always set since it defaults to "env". In the future we can possibly extent to binary format distingish import which have explit module names. Tags: #llvm Differential Revision: https://reviews.llvm.org/D74109 |
||
---|---|---|
.. | ||
Inputs | ||
hex-dump.test | ||
relocations.test | ||
sections.test | ||
symbols.test | ||
wasm-file-headers.test | ||
wasm-imports.test | ||
wasm-invalid.test |