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

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Fri May 20 06:15:05 PDT 2016


tejohnson added a comment.

In http://reviews.llvm.org/D20423#435268, @joker.eph wrote:

> These are developer options, doing -Wl, explicitly seems appropriate to me.


As a developer it is easier if I don't need to change the way I pass the developer options between a regular -O2 and a "-O2 -flto" build. Also, it would be nice not to have change the way I pass the developer option between the -flto compile and link steps e.g. the "-flto -c foo.c" and "-flto foo.o" steps. Why not provide the added convenience for developers?

(The patch currently LGTM, but I would like to wait until there is agreement with joker.eph before I accept)


http://reviews.llvm.org/D20423





More information about the llvm-commits mailing list