[PATCH] D105519: [WebAssembly] Deduplicate imports of the same module name, field name, and type

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 21 17:09:16 PDT 2021


sbc100 added a comment.

In D105519#2890670 <https://reviews.llvm.org/D105519#2890670>, @fitzgen wrote:

> In D105519#2888967 <https://reviews.llvm.org/D105519#2888967>, @MaskRay wrote:
>
>> Reverted by 16aac493e59519377071e900d119ba2e7e5b525d <https://reviews.llvm.org/rG16aac493e59519377071e900d119ba2e7e5b525d> due to an use-of-uninitialized-value bug.
>
> Do you have a link to a CI run with sanitizers enabled, or something like that, that shows which value is uninitialized? Thanks!

If setting up a local asan build is painful (I've never don't it myself), and you think you know the source of the error you could also just re-land with the fix.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105519/new/

https://reviews.llvm.org/D105519



More information about the llvm-commits mailing list