[PATCH] D133740: [ELF][Distributed ThinLTO] Do not generate empty index when bitcode object is linked

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 22:04:09 PDT 2022


MaskRay added a comment.

For Bazel like build systems, it seems weird to have one object file in two modes, lazy and non-lazy. Do you know why it happens for your build system?
I think the change will improve robustness of lld's distributed ThinLTO usage so we probably need to make the change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133740/new/

https://reviews.llvm.org/D133740



More information about the llvm-commits mailing list