mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Make comment here more clear.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154878 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fd2e4e65f7
commit
e9722e1e8b
@ -1032,9 +1032,10 @@ DIE *CompileUnit::getOrCreateSubprogramDIE(DISubprogram SP) {
|
||||
// Add function template parameters.
|
||||
addTemplateParams(*SPDie, SP.getTemplateParams());
|
||||
|
||||
// Unfortunately this code needs to stay here to work around
|
||||
// a bug in older gdbs that requires the linkage name to resolve
|
||||
// multiple template functions.
|
||||
// Unfortunately this code needs to stay here instead of below the
|
||||
// AT_specification code in order to work around a bug in older
|
||||
// gdbs that requires the linkage name to resolve multiple template
|
||||
// functions.
|
||||
StringRef LinkageName = SP.getLinkageName();
|
||||
if (!LinkageName.empty())
|
||||
addString(SPDie, dwarf::DW_AT_MIPS_linkage_name,
|
||||
|
Loading…
x
Reference in New Issue
Block a user