[all-commits] [llvm/llvm-project] a320f8: [WebAssembly] Fix debug locations for ExplicitLoca...
Wouter van Oortmerssen via All-commits
all-commits at lists.llvm.org
Thu Nov 4 11:38:48 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a320f877cec6f11e275b44ac3a239931e00b8cc8
https://github.com/llvm/llvm-project/commit/a320f877cec6f11e275b44ac3a239931e00b8cc8
Author: Wouter van Oortmerssen <aardappel at gmail.com>
Date: 2021-11-04 (Thu, 04 Nov 2021)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyExplicitLocals.cpp
Log Message:
-----------
[WebAssembly] Fix debug locations for ExplicitLocals pass
This is a reworked version of the reverted patch: https://reviews.llvm.org/D112487
Note that
a) it doesn't need the test changes anymore, and
b) I checked at least locally it passes other.test_pthread_lsan_leak
Differential Revision: https://reviews.llvm.org/D113208
More information about the All-commits
mailing list