[all-commits] [llvm/llvm-project] 4343c6: Fix: [DebugInfo] Support DIArgList in DbgVariableI...
Stephen Tozer via All-commits
all-commits at lists.llvm.org
Mon Mar 8 06:57:42 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4343c68fa3ffb2d84a7f18af047d1d24d2062bd8
https://github.com/llvm/llvm-project/commit/4343c68fa3ffb2d84a7f18af047d1d24d2062bd8
Author: Stephen Tozer <Stephen.Tozer at Sony.com>
Date: 2021-03-08 (Mon, 08 Mar 2021)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
Log Message:
-----------
Fix: [DebugInfo] Support DIArgList in DbgVariableIntrinsic
This patch removed the only use of a lambda capture, triggering an error
on `-Werror -Wunused-lambda-capture` builds.
More information about the All-commits
mailing list