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
If the environment is considered to be the final triple component as a whole,
then the loongarch64 function computeTargetABI() should be changed not to rely
on hasEnvironment(), but, rather, to check if there is a non-unknown
environment set.
Without this change, using a (ideally valid) target of
loongarch64-unknown-none-elf, with a manually specified ABI of lp64s, will
result in a completely superfluous warning:
warning: triple-implied ABI conflicts with provided target-abi 'lp64s', using target-abi
0 commit comments