[PATCH] D91203: [WebAssembly] Fixed wasm64 DWARF using 64-bit code pointer sizes
Wouter van Oortmerssen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 10 15:15:39 PST 2020
aardappel added a comment.
As for how to make a test for this.. The code before this patch would (I assume) write 4 extra bytes, which would cause dwarfdump to show incorrect information. Our existing test however wasn't affected. So to cover this patch against regression would require some larger dwarfdump example I guess..
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91203/new/
https://reviews.llvm.org/D91203
More information about the llvm-commits
mailing list