[PATCH] D42843: Ensure that Elf_Rel addends are always written for dynamic relocations
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 6 17:04:50 PST 2018
Alexander Richardson via Phabricator <reviews at reviews.llvm.org> writes:
> +# RUN: llvm-mc -filetype=obj -triple=i386-unknown-linux %s -elf-relocation-format=rela -o %t-i386-rela.o
Now that mips use rela in the .o file and rel in the output, you should
be able to test this without elf-relocation-format, no?
Cheers,
Rafael
More information about the llvm-commits
mailing list