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

Nick Fitzgerald via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 20 08:52:06 PDT 2021


fitzgen added a comment.

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!


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