[PATCH] D13468: [ELF2] -z now option implemented
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 00:48:04 PDT 2015
grimar added inline comments.
================
Comment at: ELF/Options.td:76
@@ -75,1 +75,3 @@
+def z : Separate<["-"], "z">, MetaVarName<"<option>">,
+ HelpText<"Linker option extensions">;
----------------
grimar wrote:
> emaste wrote:
> > Should this be JoinedOrSeparate?
> >
> > While trying the FreeBSD base system build with LLD I see that `-znodelete` is passed to the linker.
> Looks like ld/gold accepts both variants. -help indicates to separate syntax thought.
Changed to JoinedOrSeparate.
http://reviews.llvm.org/D13468
More information about the llvm-commits
mailing list