You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use __builtin_frame_address or __builtin_return_address simply results in ir/lower/lower_builtins.c:210: libFirm panic in lower_builtin: builtin kind ir_bk_frame_address not supported (for this target) (or ir_bk_return_address for __builtin_return_address)
The text was updated successfully, but these errors were encountered:
GabrielRavier
changed the title
__builtin_frame_address and __builtin_frame_address are unsupported on amd64
__builtin_frame_address and __builtin_return_address are unsupported on amd64
Oct 23, 2021
Trying to use
__builtin_frame_address
or__builtin_return_address
simply results inir/lower/lower_builtins.c:210: libFirm panic in lower_builtin: builtin kind ir_bk_frame_address not supported (for this target)
(orir_bk_return_address
for__builtin_return_address
)The text was updated successfully, but these errors were encountered: