diff options
| author | Josh Stone <cuviper@gmail.com> | 2023-11-13 11:04:53 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-13 11:04:53 -0800 |
| commit | 855388e9a2de1ddb99e83004941fb78d5ec796e4 (patch) | |
| tree | 4fc3fa66d93f6e76ccb09c2a71daf290fdc19982 /compiler/rustc_llvm/build.rs | |
| parent | 103b2df63b689a19169a7134a0b77d1c3c153943 (diff) | |
| download | rust-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.rs | 1 |
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"); } |
