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