Distributed Thin LTO support #2317
Unanswered
zamazan4ik
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Did anyone try to use Distributed ThinLTO (Clang blog) with
sccache
? Distributed ThinLTO it's a regular ThinLTO but running in a distributed way. I am interested in Distributed ThinLTO with any supported compiler for any language: C, C++, Rust, etc.As far as I understand, at least for now Rustc does not support it or at least it's not documented (I created a discussion for this question) but what about other compilers? For reference, here we have the same requests for DistCC and FastBUILD (issue, PR).
Thanks!
UPD: Seems like it already works in Bazel for Rust too.
Beta Was this translation helpful? Give feedback.
All reactions