summary refs log tree commit diff
path: root/compiler/rustc_llvm/build.rs
diff options
context:
space:
mode:
authorJosh Stone <cuviper@gmail.com>2023-11-13 11:04:53 -0800
committerGitHub <noreply@github.com>2023-11-13 11:04:53 -0800
commit855388e9a2de1ddb99e83004941fb78d5ec796e4 (patch)
tree4fc3fa66d93f6e76ccb09c2a71daf290fdc19982 /compiler/rustc_llvm/build.rs
parent103b2df63b689a19169a7134a0b77d1c3c153943 (diff)
downloadrust-855388e9a2de1ddb99e83004941fb78d5ec796e4.tar.gz
rust-855388e9a2de1ddb99e83004941fb78d5ec796e4.zip
Mention LLVM 64186 in a comment
Diffstat (limited to 'compiler/rustc_llvm/build.rs')
-rw-r--r--compiler/rustc_llvm/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_llvm/build.rs b/compiler/rustc_llvm/build.rs
index 107f2b65171..ba160ff28dc 100644
--- a/compiler/rustc_llvm/build.rs
+++ b/compiler/rustc_llvm/build.rs
@@ -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");
     }