Tab interferes with uniqueness.
NOTE: There doesn't seem to be consistency for whether a leading tab is present in a section heading. llvm-svn: 31475
This commit is contained in:
parent
f39064c2de
commit
235aeef9e1
@ -2678,7 +2678,7 @@ public:
|
||||
ConstructSubprogramDIEs();
|
||||
|
||||
// Prime section data.
|
||||
SectionMap.insert(std::string("\t") + TAI->getTextSection());
|
||||
SectionMap.insert(TAI->getTextSection());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user