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 a35bb5a commit 6507359Copy full SHA for 6507359
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
@@ -287,15 +287,6 @@ static std::string MakeLLDBFuncAsmLabel(const DWARFDIE &die) {
287
if (!cu)
288
return {};
289
290
- // FIXME: When resolving function call labels, we check that
291
- // that the definition's DW_AT_specification points to the
292
- // declaration that we encoded into the label here. But if the
293
- // declaration came from a type-unit (and the definition from
294
- // .debug_info), that check won't work. So for now, don't use
295
- // function call labels for declaration DIEs from type-units.
296
- if (cu->IsTypeUnit())
297
- return {};
298
-
299
SymbolFileDWARF *dwarf = die.GetDWARF();
300
if (!dwarf)
301
0 commit comments