[llvm-bugs] [Bug 40503] New: wasm-ld: warning: unexpected existing value for R_WEBASSEMBLY_FUNCTION_OFFSET_I32
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jan 28 13:52:48 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=40503
Bug ID: 40503
Summary: wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32
Product: lld
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: All Bugs
Assignee: unassignedbugs at nondot.org
Reporter: alonzakai at gmail.com
CC: llvm-bugs at lists.llvm.org, peter.smith at linaro.org
This happens on the poppler test in emscripten,
./tests/runner.py wasmobj2.test_poppler
The output contains many lines like
wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32: existing=1387 expected=25894
wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32: existing=1390 expected=25897
wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32: existing=1393 expected=25900
wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32: existing=1396 expected=25903
wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32: existing=1399 expected=25906
wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32: existing=1411 expected=25909
wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32: existing=1416 expected=25914
wasm-ld: warning: unexpected existing value for
R_WEBASSEMBLY_FUNCTION_OFFSET_I32: existing=1426 expected=25919
The test passes despite the warnings.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190128/5f1214f2/attachment.html>
More information about the llvm-bugs
mailing list