[all-commits] [llvm/llvm-project] 013034: Follow-up to 97ac6483aae, squelch an unused lambda...
Jeremy Morse via All-commits
all-commits at lists.llvm.org
Thu Jun 12 04:20:57 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 013034cd0f5ae19ef02fc35a83362874e727f13c
https://github.com/llvm/llvm-project/commit/013034cd0f5ae19ef02fc35a83362874e727f13c
Author: Jeremy Morse <jeremy.morse at sony.com>
Date: 2025-06-12 (Thu, 12 Jun 2025)
Changed paths:
M llvm/lib/Transforms/Utils/CloneFunction.cpp
Log Message:
-----------
Follow-up to 97ac6483aae, squelch an unused lambda capture warning
NewBB here was being captured for some code that was deleted in
97ac6483aae, and that leads to some warnings on some compilers.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list