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 574a61c commit 737da33Copy full SHA for 737da33
llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
@@ -133,7 +133,7 @@ static llvm::Expected<llvm::StringRef>
133
getApplePropertyName(const DWARFDie &PropDIE) {
134
if (!PropDIE)
135
return llvm::createStringError("invalid DIE");
136
-
+
137
if (PropDIE.getTag() != DW_TAG_APPLE_property)
138
return llvm::createStringError("referencing not a DW_TAG_APPLE_property");
139
0 commit comments