[PATCH] D52784: [ARM][AArch64] Pass through endianness flags to the GNU assembler
Renato Golin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 2 08:15:54 PDT 2018
rengolin added a comment.
Hi Peter,
Looks ok. Why did you need to change all cmdlines to have -EL? I imagine you just need one for each case, everything else remains the default (which should still work).
Also, it would be interesting to know what happens on cases like "aarch64_be -EL" et al, and have negative tests for them.
cheers,
--renato
https://reviews.llvm.org/D52784
More information about the cfe-commits
mailing list