[PATCH] D116995: [gold] Ignore bitcode from sections inside object files

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 21:48:50 PDT 2022


MaskRay accepted this revision.
MaskRay added inline comments.


================
Comment at: llvm/docs/ReleaseNotes.rst:170
 
+* The LLVM gold plugin will now ignore bitcode from the ``.llvmbc`` section of ELF
+  files when doing LTO.  https://github.com/llvm/llvm-project/issues/47216
----------------
The LLVM gold plugin now ignores bitcode ...


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