[PATCH] D39528: [LLD] [MinGW] Add an option -Xlink for passing options through to lld-link

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 10:47:46 PDT 2017


ruiu added inline comments.


================
Comment at: MinGW/Options.td:34
+def mllvm: S<"mllvm">;
+def Xlink : Separate<["-"], "Xlink">, HelpText<"Pass <arg> to the COFF linker">;
 
----------------
I would prefer we always require = after -Xlink, because `-Xlink=-lldmap` is easier to read and less confusing than `-Xlink -lldmap` on command line.


https://reviews.llvm.org/D39528





More information about the llvm-commits mailing list