Skip to content

Bug 40653: Do not build compiler-rt with Clang

Pier Angelo Vendrame requested to merge pierov/tor-browser-build:bug_40653 into main

Specifying compiler-rt as a project in LLVM is going to be deprecated. It should be compiled with runtimes, instead, or alone, if it will be still allowed.

The only platform in which we were compiling compiler-rt with LLVM was Linux. But Firefox seems not to actually use it, and just use GCC's runtime, instead.

However, we were also compiling compiler-rt for Android in the same project, which prevents to share the artifact with Windows and macOS. So, I have moved it to another project on its own.

Closes #40653 (closed).

Merge request reports