[PATCH] D157669: Fix spurious errors that would be emitted when DW_TAG_subprogram DIEs had mutliple ranges in DW_AT_ranges.
Wanyi Ye via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 16 11:26:45 PDT 2023
kusmour added inline comments.
================
Comment at: llvm/lib/DebugInfo/GSYM/DwarfTransformer.cpp:238-240
+ if (InlineRange.empty()) {
+ ++EmptyCount;
+ } else {
----------------
Should we remove the curly brackets for one-line if branching?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157669/new/
https://reviews.llvm.org/D157669
More information about the llvm-commits
mailing list