[lld] [llvm] [lld][WebAssembly] Support for the custom-page-sizes WebAssembly proposal (PR #128942)
Sam Clegg via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 26 14:14:49 PST 2025
================
@@ -204,7 +204,7 @@ struct WebAssemblyOperand : public MCParsedAsmOperand {
// Perhaps this should go somewhere common.
static wasm::WasmLimits defaultLimits() {
- return {wasm::WASM_LIMITS_FLAG_NONE, 0, 0};
+ return {wasm::WASM_LIMITS_FLAG_NONE, 0, 0, 0};
----------------
sbc100 wrote:
Indentation changed here?
https://github.com/llvm/llvm-project/pull/128942
More information about the llvm-commits
mailing list