[PATCH] D29719: [MC] Accept and print a numeric value as an ELF section header's type
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 24 12:16:05 PST 2017
Simon Atanasyan <simon at atanasyan.com> writes:
> In general, it's better to have a text code. But I do not see any
> disadvantages in being compatible with GAS and being able to accept
> assembly which accepted by GAS. The numeric section types do not looks
> as an ugly hack.
Oh, I have no problem with accepting a numeric value to accept a .s file
that gas accepts.
It is printing one that I find odd.
Cheers,
Rafael
More information about the llvm-commits
mailing list