[PATCH] D13468: [ELF2] -z now option implemented
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 6 06:46:51 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">;
----------------
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.
http://reviews.llvm.org/D13468
More information about the llvm-commits
mailing list