
Ignore .align at the start of a section may result in misalignment when partial linking. Manually add -mignore-start-align option without partial linking. Gcc -falign-functions add .align 5 to the start of a section, it causes some error message mismatch. Set these testcases to xfail on LoongArch target.
3 lines
19 B
ArmAsm
3 lines
19 B
ArmAsm
.text
|
|
.align 4
|
|
ret
|