[all-commits] [llvm/llvm-project] 8d121f: [LTO] An option to disable automatic bitcode upgrade

Hongtao Yu via All-commits all-commits at lists.llvm.org
Thu Jan 27 08:47:19 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d121f636b74c45366ff89504184cebe49507f4c
      https://github.com/llvm/llvm-project/commit/8d121f636b74c45366ff89504184cebe49507f4c
  Author: Hongtao Yu <hoy at fb.com>
  Date:   2022-01-27 (Thu, 27 Jan 2022)

  Changed paths:
    M llvm/lib/Object/IRSymtab.cpp

  Log Message:
  -----------
  [LTO] An option to disable automatic bitcode upgrade

Bitcode upgrade automatically takes in place when the current compiler version doesn't match the one building the input modules. The upgrade is very expansive for large applications and unnecessary when users are sure the two compilers do not have a version issue, even if their versions mismatch literally. An optional to disable the automatic bitcode upgrade will be handy in such case.

Reviewed By: wenlei

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




More information about the All-commits mailing list