[PATCH] D40849: CodeGen: support an extension to pass linker options on ELF

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 09:24:40 PST 2017


Saleem Abdulrasool via Phabricator <reviews at reviews.llvm.org> writes:

> compnerd added a comment.
>
> @ruiu, that explicitly has the problem that Im trying to avoid: having to modify the compiler for any new option.

I think that is pretty much required. I don't think we should make
command line options part of the object file format.

Cheers,
Rafael


More information about the llvm-commits mailing list