Use an LLVM built sysroot instead of a clif built sysroot for user releases #1222
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
compile-time
How fast is the code compiled
Milestone
This seems to improve build times on the rustc benchmark suite by a considerable amount. Likely due to having to link less code. In addition cg_clif as distributed with rustc will use an LLVM built sysroot. Local testing should still happen using a cg_clif sysroot for better test coverage. CI should test both configurations.
is_*_feature_detected!()
returns false for all target features unsupported by cg_clif. (How to handle missing SIMD support with a future rustup component #1289)std::thread::scope
on x86_64 with llvm sysroot #1395, Tracking issue for abi-cafe failures #1525)The text was updated successfully, but these errors were encountered: