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
fixup! Use FVP models to test AArch64 Big Endian Variants.
Multilib flags do not need to have -mbig-endian.
Big endian variants can be differentiated with the target
aarch64_be. if the commandline options contain aarch64 and
-mbig-endian, clang convert the target into aarch64_be
already so that case works in that way. If the multilib
flags contain -mbig-endian, commandline options just
contain target=aarch64_be does not work, looks like multiib
system insist on having -mbig-endian in the commandline.
0 commit comments