[cfe-commits] [LLVMdev] questions about the mc-relax-all flag
Rafael EspĂndola
rafael.espindola at gmail.com
Fri Dec 7 12:51:10 PST 2012
> If you want to "move it away from the public's eye" can't it just be
> done by passing the flag directly to MC with -mllvm?
I don't think we have a case where the driver passes -mllvm. We need
to keep the option to cc1as because of how -save-temps works, but we
should be able to move some of the logic to -cc1 if we really want to
remove that option too.
In any case, this patch should be moving in the right direction.
> Eli
Cheers,
Rafael
More information about the cfe-commits
mailing list