mehdi_amini added a comment.

In http://reviews.llvm.org/D20423#440539, @bunty2020 wrote:

> Clang's help shows the following description:
>  **-mllvm <value>          Additional arguments to forward to LLVM's option 
> processing**
>
> If -mllvm <some-option> sets some internal option for cc1 then its strange 
> for front-end parser using some option which is supposed to be LLVM's option.


cc1 is not just the front-end, it is the front-end, the optimizer, and the 
codegen (unless emitting bitcode).


http://reviews.llvm.org/D20423



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to