update embedded LLD to 8.0.0rc2
This commit is contained in:
2
deps/lld/COFF/MapFile.cpp
vendored
2
deps/lld/COFF/MapFile.cpp
vendored
@@ -110,7 +110,7 @@ void coff::writeMapFile(ArrayRef<OutputSection *> OutputSections) {
|
||||
writeHeader(OS, Sec->getRVA(), Sec->getVirtualSize(), /*Align=*/PageSize);
|
||||
OS << Sec->Name << '\n';
|
||||
|
||||
for (Chunk *C : Sec->getChunks()) {
|
||||
for (Chunk *C : Sec->Chunks) {
|
||||
auto *SC = dyn_cast<SectionChunk>(C);
|
||||
if (!SC)
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user