This is an archive of the discontinued LLVM Phabricator instance.

Reland "[gold] Add preliminary FatLTO support to the Gold plugin""
AbandonedPublic

Authored by paulkirth on Jul 20 2023, 2:43 PM.

Details

Summary

This reverts commit 2f34288b2476339e532a59fc43723b6de1a9ef08.

This changes the definition if isSectionBitcode to only be valid for the
.llvm.lto section, since this API is only called from LTO, and the
.llvmbc section was not intended to be used for LTO. This allows the
gold plugin to keep its existing behavior without introducing any
significant changes.

Diff Detail

Event Timeline

paulkirth created this revision.Jul 20 2023, 2:43 PM
paulkirth requested review of this revision.Jul 20 2023, 2:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2023, 2:43 PM
paulkirth abandoned this revision.Jul 20 2023, 2:44 PM

Forgot to add related revision to the reland commit message.