[PATCH] D73010: [llvm-lto2] By default, use two threads for ThinLTO backend.

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 20 09:30:39 PST 2020


ychen added a comment.

In D73010#1828890 <https://reviews.llvm.org/D73010#1828890>, @MaskRay wrote:

> I tend to ignore failures on clang-ppc64be-linux before... From my experience it was quite unstable and often failed with `c++: internal compiler error: Killed (program cc1plus)`. Not sure if it has improved. If it is the only failing bot I tend to ignore it. Maybe we can ask the admin of the build bot.


I just got an mail from them that they think it is the memory going over the top and dialed down the building parallelism. Since D67847 <https://reviews.llvm.org/D67847> changes only `cpp` file, probably there were too many linking jobs at the same time.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73010





More information about the llvm-commits mailing list