[PATCH] D20423: [Clang][LLVMGold] Passing LLVM arguments to gold plugin

Bhargav Reddy Godala via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 23:38:16 PDT 2016


bunty2020 added a comment.

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.


http://reviews.llvm.org/D20423





More information about the llvm-commits mailing list