[PATCH] D53146: [MC][ELF] fix newly added test
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 11 11:04:39 PDT 2018
rengolin added a comment.
The failure in Arm had nothing to do with not being ELF, but the asm syntax was different.
.init.rodata,"aM",%progbits,4
instead of
.init.rodata,"aM", at progbits,4
A CHECK line like:
.init.rodata,"aM",{{.}}progbits,4
would probably work.
Repository:
rL LLVM
https://reviews.llvm.org/D53146
More information about the llvm-commits
mailing list