We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103b2df commit 855388eCopy full SHA for 855388e
compiler/rustc_llvm/build.rs
@@ -242,6 +242,7 @@ fn main() {
242
}
243
244
// We need libkstat for getHostCPUName on SPARC builds.
245
+ // See also: https://github.com/llvm/llvm-project/issues/64186
246
if target.starts_with("sparcv9") && target.contains("solaris") {
247
println!("cargo:rustc-link-lib=kstat");
248
0 commit comments