mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 09:53:04 +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.