[all-commits] [llvm/llvm-project] 728cc0: [LLD] [COFF] Fix autoexport from LTO objects with ...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Thu Jun 3 05:15:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 728cc0075e5dfdb454ebe6418b63bdffae71ec14
https://github.com/llvm/llvm-project/commit/728cc0075e5dfdb454ebe6418b63bdffae71ec14
Author: Martin Storsjö <martin at martin.st>
Date: 2021-06-03 (Thu, 03 Jun 2021)
Changed paths:
M lld/COFF/InputFiles.cpp
M lld/test/COFF/export-all-lto.ll
Log Message:
-----------
[LLD] [COFF] Fix autoexport from LTO objects with comdat symbols
Make sure that comdat symbols also have a non-null dummy
SectionChunk associated.
This requires moving around an existing FIXME regarding comdats in
LTO.
Differential Revision: https://reviews.llvm.org/D103012
More information about the All-commits
mailing list