[PATCH] D116995: [gold] Ignore bitcode from sections inside object files
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 28 19:30:29 PDT 2022
tstellar added a comment.
Herald added a project: All.
@jyknight You commented here <https://github.com/rust-lang/rust/issues/90326#issuecomment-953144380> that -fembed-bitcode was not intended for LTO, but the llvm documentation <https://llvm.org/docs/BitCodeFormat.html#native-object-file-wrapper-format> says the .llvmbc section is useful for LTO. Do you have any more background on the history of the .llvmbc section and do you think the gold plugin should try to use it for LTO?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116995/new/
https://reviews.llvm.org/D116995
More information about the llvm-commits
mailing list