macOS: Building profiler runtime with system clang 15 gives warning: argument unused during compilation: '-stdlib=libc++'
#116552
Labels
C-bug
Category: This is a bug.
O-macos
Operating system: macOS
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
On macOS, if I have
profiler = true
in myconfig.toml
and I runx build library
, the build succeeds but I see dozens of console warnings:(full console output)
This started happening after I accepted a system update to Command Line Tools for Xcode version 15.0.
The warnings appear to occur when building
library/profiler_runtime
. This component is not built by default (hence theprofiler = true
), but is needed when building coverage-instrumented binaries, and is included in actual releases ofrustc
.System info
The text was updated successfully, but these errors were encountered: