Skip to content

Commit 855388e

Browse files
authored
Mention LLVM 64186 in a comment
1 parent 103b2df commit 855388e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_llvm/build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ fn main() {
242242
}
243243

244244
// We need libkstat for getHostCPUName on SPARC builds.
245+
// See also: https://github.com/llvm/llvm-project/issues/64186
245246
if target.starts_with("sparcv9") && target.contains("solaris") {
246247
println!("cargo:rustc-link-lib=kstat");
247248
}

0 commit comments

Comments
 (0)