mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 22:57:53 +00:00
getHostCPUName calls into libkstat but as of LLVM 16.0.6 libLLVMTargetParser is not explicitly linked against libkstat causing builds to fail due to undefined symbols. See also: llvm/llvm-project#64186