- Remove dead code for handling the .global_variables section in WasmObjectWriter, which is unused and won't work anyway because it doesn't generate relocations for the variables
- Factored out common struct WasmGlobalType, which matches the name for that tuple in the Wasm spec
- Renamed some methods to "isBindingGlobal", "isTypeGlobal" to avoid ambiguity
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a couple of comment.
I guess we can bring back the global handling later, but for now its essentially dead code.