mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 21:50:40 +00:00
Another case of 256 sections not being enough :-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115858 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9875903799
commit
d8e0bfe07a
@ -1128,7 +1128,7 @@ void ELFObjectWriterImpl::WriteObject(MCAssembler &Asm,
|
||||
// ... then all of the sections ...
|
||||
DenseMap<const MCSection*, uint64_t> SectionOffsetMap;
|
||||
|
||||
DenseMap<const MCSection*, uint8_t> SectionIndexMap;
|
||||
DenseMap<const MCSection*, uint32_t> SectionIndexMap;
|
||||
|
||||
unsigned Index = 1;
|
||||
for (MCAssembler::const_iterator it = Asm.begin(),
|
||||
|
Loading…
Reference in New Issue
Block a user