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.
|
// 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") {
|
if target.starts_with("sparcv9") && target.contains("solaris") {
|
||||||
println!("cargo:rustc-link-lib=kstat");
|
println!("cargo:rustc-link-lib=kstat");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user