mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
56694b0453
Cleanup LLVM multi-threading checks The support for runtime multi-threading was removed from LLVM. Calls to `LLVMStartMultithreaded` became no-ops equivalent to checking if LLVM was compiled with support for threads http://reviews.llvm.org/D4216.