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
Arm backend: Fix standalone runner link order (pytorch#20756)
Fix the Arm semihosting executor runner link order used by
setup_testing.sh. The previous link line placed backend archives before
the objects and dependent archives that reference them, so ld could miss
bare-metal symbols when building the standalone runners.
Group the runner libraries and keep the backend archives in a
whole-archive region after clearing their inherited interface link
options. This keeps symbols visible to the linker while preserving the
existing runner setup.
cc @digantdesai@freddan80@per@zingo@oscarandersson8218@mansnils@Sebastian-Larsson@robell@rascani
Signed-off-by: Baris Demir <baris.demir@arm.com>
0 commit comments