[PATCH] D143073: [DebugInfo] Handle fixed-width DW_FORM_addrx variants in DWARFFormValue::getAsSectionedAddress()
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 6 09:49:05 PST 2023
nickdesaulniers added inline comments.
================
Comment at: llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp:63
+ U = DG.getAddressPool().getIndex(U);
+ default:
+ break;
----------------
```
/android0/llvm-project/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp:63:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
default:
^
/android0/llvm-project/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp:63:3: note: insert 'break;' to avoid fall-through
default:
^
break;
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143073/new/
https://reviews.llvm.org/D143073
More information about the llvm-commits
mailing list