We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea0d8c commit a9e10a0Copy full SHA for a9e10a0
llvm/lib/ObjectYAML/DWARFVisitor.cpp
@@ -49,8 +49,6 @@ static unsigned getRefSize(const DWARFYAML::Unit &Unit) {
49
template <typename T> Error DWARFYAML::VisitorImpl<T>::traverseDebugInfo() {
50
for (auto &Unit : DebugInfo.CompileUnits) {
51
onStartCompileUnit(Unit);
52
- if (Unit.Entries.empty())
53
- continue;
54
55
for (auto &Entry : Unit.Entries) {
56
onStartDIE(Unit, Entry);
0 commit comments