libprofiler_builtins is missing compile-time flags #59531
Labels
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-bug
Category: This is a bug.
E-help-wanted
Call for participation: Help is requested to fix this issue.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
For example
COMPILER_RT_HAS_FCNTL_LCK
andCOMPILER_RT_HAS_ATOMICS
are not being set. Would it be possible to usecmake
(i.e. compiler-rt's regular build system) to find out which flags to set?cc @rust-lang/infra @rust-lang/compiler
The text was updated successfully, but these errors were encountered: