armv4t-none-eabi cannot use compiler_fence #140105
Labels
A-atomic
Area: Atomics, barriers, and sync primitives
A-codegen
Area: Code generation
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
target: armv4t-none-eabi
I expected to see this happen: compile successfully
Instead, this happened:
rust-lld: error: undefined symbol: __sync_synchronize
Meta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: