[Lldb-commits] [PATCH] D87172: Check if debug line sequences are starting after the first code segment
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 26 14:23:16 PDT 2020
clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.
Just remove the braces as suggested in inline comments. Pavel?
================
Comment at: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:503-505
+ if (section_list) {
+ InitializeFirstCodeAddress(*section_list);
+ }
----------------
remove braces
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87172/new/
https://reviews.llvm.org/D87172
More information about the lldb-commits
mailing list