[PATCH] D112487: [WebAssembly] Fix debug locations for ExplicitLocals pass

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 29 11:51:38 PDT 2021


sbc100 added a comment.

This change seems to have broken at least one emscripten test:

`./tests/runner other.test_pthread_lsan_leak`

Seems like the source map locations are off.

Maybe we can revert while we figure it out since there are other other recent llvm changes that we want to get into emscripten ASAP?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112487



More information about the llvm-commits mailing list