This revision was automatically updated to reflect the committed changes.
Closed by commit rL366623: [LTO] Always mark regular LTO units with
EnableSplitLTOUnit=1 (authored by tejohnson, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rL LLVM
pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65009/new/
https://reviews.llvm.org/D65009
___
cfe-commits mailing
tejohnson updated this revision to Diff 210918.
tejohnson added a comment.
Address comments
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65009/new/
https://reviews.llvm.org/D65009
Files:
lib/CodeGen/BackendUtil.cpp
test/CodeGen/split-lto-unit.c
Index: tes