[PATCH] D83048: [LiveDebugValues] 3/4 Add Xclang and CodeGen options for using instr-ref variable locations
Djordje Todorovic via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 24 02:31:01 PDT 2020
djtodoro accepted this revision.
djtodoro added a comment.
This revision is now accepted and ready to land.
nit included, otherwise lgtm, thanks!
================
Comment at: llvm/lib/CodeGen/LiveDebugValues/LiveDebugValues.cpp:45
+ ~LiveDebugValues()
+ {
+ if (TheImpl)
----------------
is this clang-formatted?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83048/new/
https://reviews.llvm.org/D83048
More information about the cfe-commits
mailing list