[PATCH] D125783: [llvm-debuginfo-analyzer] 08 - ELF Reader
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 27 21:40:26 PDT 2022
vitalybuka added inline comments.
================
Comment at: llvm/lib/DebugInfo/LogicalView/Readers/LVBinaryReader.cpp:383
+ LVAddress FirstAddress = Address;
+ LVLines *Instructions = new LVLines();
+
----------------
Why this code does not use unique_ptr<> ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125783/new/
https://reviews.llvm.org/D125783
More information about the llvm-commits
mailing list