Mention LLVM 64186 in a comment

This commit is contained in:
Josh Stone 2023-11-13 11:04:53 -08:00 committed by GitHub
parent 103b2df63b
commit 855388e9a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");
}