[PATCH] D20423: [Clang][LLVMGold] Passing LLVM arguments to gold plugin
Mehdi AMINI via cfe-commits
cfe-commits at lists.llvm.org
Tue May 31 09:44:39 PDT 2016
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
More information about the cfe-commits
mailing list