r256468 - On {mips, mipsel, mips64, mips64el}-freebsd, we need to pass any -G option to the assembler.

Joerg Sonnenberger via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 27 03:58:43 PST 2015


On Sun, Dec 27, 2015 at 10:36:44AM -0000, Dimitry Andric via cfe-commits wrote:
> Author: dim
> Date: Sun Dec 27 04:36:44 2015
> New Revision: 256468
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=256468&view=rev
> Log:
> On {mips,mipsel,mips64,mips64el}-freebsd, we need to pass any -G option to the assembler.

Why is this reinventing the wheel and not using AddMIPSTargetArgs?

Joerg


More information about the cfe-commits mailing list