Making sure we're supporting writing out 64-bit limits structures in object files + related code cleanup.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Not much happening here, other than updating the memory limits writing. Probably needs an LLD specific test, @sbc100 ?
Comment Actions
Do we have wasm-ld tests for this stuff yet? If so, I would expect to see a test update in lld/test/wasm too.
Comment Actions
@sbc100 any suggestion for which test would be best to add a 64-bit version of? Most important thing is to ensure LLD is outputting 64-bit memory limits
Comment Actions
Maybe add a wasm64 section to lld/test/wasm/data-layout.ll? Shame i didn't convert that to .s format already ..
lld/test/wasm/data-layout.ll | ||
---|---|---|
6 ↗ | (On Diff #275773) | I would give each object a unique name e.g. hello64.o ? Than you can avoid rebuilding it below. |