mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +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