mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
96c9f4b05a
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 |