[all-commits] [llvm/llvm-project] 4b1e3d: [gold] Ignore bitcode from sections inside object ...

Tom Stellard via All-commits all-commits at lists.llvm.org
Thu Jul 14 14:46:51 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4b1e3d19370694dd2b2c04a5945f3f9e43917456
      https://github.com/llvm/llvm-project/commit/4b1e3d19370694dd2b2c04a5945f3f9e43917456
  Author: Tom Stellard <tstellar at redhat.com>
  Date:   2022-07-14 (Thu, 14 Jul 2022)

  Changed paths:
    M llvm/docs/BitCodeFormat.rst
    M llvm/docs/GoldPlugin.rst
    M llvm/docs/ReleaseNotes.rst
    A llvm/test/tools/gold/X86/Inputs/bcsection-lib.ll
    M llvm/test/tools/gold/X86/Inputs/bcsection.s
    M llvm/test/tools/gold/X86/bcsection.ll
    M llvm/tools/gold/gold-plugin.cpp

  Log Message:
  -----------
  [gold] Ignore bitcode from sections inside object files

-fembed-bitcode will put bitcode into special sections within object
files, but this is not meant to be used by LTO, so the gold plugin
should ignore it.

https://github.com/llvm/llvm-project/issues/47216

Reviewed By: tejohnson, MaskRay

Differential Revision: https://reviews.llvm.org/D116995




More information about the All-commits mailing list