-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
O-ArmTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
Description
Using the latest nightly on aarch64-unknown-linux-gnu
installed with rustup
, I am getting the following error when I attempt to run any crate with PGO:
$ RUSTFLAGS="-Z pgo-gen=/tmp/prof.data" cargo run Compiling play v0.1.0 (/home/me/play)
error[E0463]: can't find crate for `profiler_builtins`
error: aborting due to previous error
Metadata
Metadata
Assignees
Labels
O-ArmTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 stateTarget: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state