This is mostly a fix for the output of llvm-nm
See Bug 34392: https://bugs.llvm.org//show_bug.cgi?id=34392
Differential D37359
[WebAssembly] Fix getSymbolValue() for data symbols sbc100 on Aug 31 2017, 2:39 PM. Authored by
Details This is mostly a fix for the output of llvm-nm See Bug 34392: https://bugs.llvm.org//show_bug.cgi?id=34392
Diff Detail
Event TimelineComment Actions What do you say "PRXXXXX"? What is PR? I've seen it other commit messages. What is the best way to signal that a bug is fixed by an llvm commit? Comment Actions It's just a bug number. PR I guess is a "Problem Report"? Also https://llvm.org/PR34392 is a shortcut to https://bugs.llvm.org/show_bug.cgi?id=34392 Comment Actions but "Fixes PRNNN" is fine to indicate that a bug is fixed, although now that I think of it, a real link (in either form) is probably even better. Either way there's no auto-linking. Not everyone even uses LLVM's bug tracker anyway.
|
This is causing buildbot errors on big endian machines when the Opcode is wasm::WASM_OPCODE_I64_CONST, which corresponds to Int64, not Int32, e.g.: