> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
