mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-09 10:31:14 +00:00
Tab interferes with uniqueness.
NOTE: There doesn't seem to be consistency for whether a leading tab is present in a section heading. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31475 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
84ca10f47b
commit
f910a3ff0f
@ -2678,7 +2678,7 @@ public:
|
||||
ConstructSubprogramDIEs();
|
||||
|
||||
// Prime section data.
|
||||
SectionMap.insert(std::string("\t") + TAI->getTextSection());
|
||||
SectionMap.insert(TAI->getTextSection());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user