forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
bugSomething isn't workingSomething isn't workingreleaseIssues with the release versionIssues with the release version
Description
I'm receiving a lot of warnings such as these at the linking stage:
wasm-ld: warning: unexpected existing value for R_WASM_MEMORY_ADDR_SLEB: existing=72140 expected=72236
wasm-ld: warning: unexpected existing value for R_WASM_MEMORY_ADDR_SLEB: existing=65108 expected=65136
wasm-ld: warning: unexpected existing value for R_WASM_MEMORY_ADDR_SLEB: existing=65108 expected=65152
wasm-ld: warning: unexpected existing value for R_WASM_MEMORY_ADDR_SLEB: existing=65108 expected=65136
wasm-ld: warning: unexpected existing value for R_WASM_MEMORY_ADDR_SLEB: existing=65108 expected=65144
wasm-ld: warning: unexpected existing value for R_WASM_MEMORY_ADDR_SLEB: existing=65108 expected=65136
wasm-ld: warning: unexpected existing value for R_WASM_MEMORY_ADDR_SLEB: existing=65108 expected=65144
wasm-ld: warning: unexpected existing value for R_WASM_MEMORY_ADDR_SLEB: existing=65108 expected=65136
I'm using the wasm-5.3-SNAPSHOT-2020-09-23-a
snapshot. Things seem to be working, but I'm not sure what are the implications of this warning.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingreleaseIssues with the release versionIssues with the release version