__clzsi2_thumb1()
fails to link due to R_ARM_ABS32
relocation error with PIC
#22050
Labels
Milestone
__clzsi2_thumb1()
fails to link due to R_ARM_ABS32
relocation error with PIC
#22050
Zig Version
0.14.0-dev.2271+f845fa04a
Steps to Reproduce and Observed Behavior
Compile any file with
which results in
stub.zig
may look like this:Expected Behavior
compiler_rt
should be compiled with -fPIC if the build artifact is built as position independent code (-fPIC, -fPIE)Related Issues
The text was updated successfully, but these errors were encountered: