mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 08:13:41 +00:00
Mention LLVM 64186 in a comment
This commit is contained in:
parent
103b2df63b
commit
855388e9a2
@ -242,6 +242,7 @@ fn main() {
|
||||
}
|
||||
|
||||
// We need libkstat for getHostCPUName on SPARC builds.
|
||||
// See also: https://github.com/llvm/llvm-project/issues/64186
|
||||
if target.starts_with("sparcv9") && target.contains("solaris") {
|
||||
println!("cargo:rustc-link-lib=kstat");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user