[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
Fri Feb 28 10:29:57 PST 2025


================
@@ -101,6 +101,9 @@ _start:
 # CHECK-ALL-NEXT:      - Name:            __table_base
 # CHECK-ALL-NEXT:        Kind:            GLOBAL
 # CHECK-ALL-NEXT:        Index:           10
+# CHECK-ALL-NEXT:      - Name:            __wasm_first_page_end
+# CHECK-ALL-NEXT:        Kind:            GLOBAL
+# CHECK-ALL-NEXT:        Index:           11
----------------
sbc100 wrote:

This makes me wonder about `--export-all` .. is it even needed?  Should it maybe not apply to these internal symbols?  Unrelated to this change though. 

https://github.com/llvm/llvm-project/pull/128942


More information about the llvm-commits mailing list