[all-commits] [llvm/llvm-project] 62efd1: [WebAssembly] Fixed debugloc in DebugFixup pass
Wouter van Oortmerssen via All-commits
all-commits at lists.llvm.org
Fri May 15 10:50:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 62efd1eca2011258f6e784d529c076770a76f3a6
https://github.com/llvm/llvm-project/commit/62efd1eca2011258f6e784d529c076770a76f3a6
Author: Wouter van Oortmerssen <aardappel at gmail.com>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyDebugFixup.cpp
Log Message:
-----------
[WebAssembly] Fixed debugloc in DebugFixup pass
BuildMI requires this debug loc to be from the same sub program as the variable metadata passed in.
Differential Revision: https://reviews.llvm.org/D80019
More information about the All-commits
mailing list