Mention LLVM 64186 in a comment
This commit is contained in:
parent
103b2df63b
commit
855388e9a2
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue