[PATCH] D152973: [gold] Add preliminary FatLTO support to the Gold plugin
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 17 18:15:32 PDT 2023
MaskRay added a comment.
I see. In `claim_file_hook`, `Expected<std::unique_ptr<InputFile>> ObjOrErr = InputFile::create(BufferRef);` transitively calls `findBitcodeInObject`, which finds `.llvm.lto`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152973/new/
https://reviews.llvm.org/D152973
More information about the llvm-commits
mailing list