[PATCH] D13468: [ELF2] -z now option implemented

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 06:34:17 PDT 2015


emaste added inline comments.

================
Comment at: ELF/Options.td:76
@@ -75,1 +75,3 @@
 
+def z : Separate<["-"], "z">, MetaVarName<"<option>">,
+  HelpText<"Linker option extensions">;
----------------
Should this be JoinedOrSeparate?

While trying the FreeBSD base system build with LLD I see that `-znodelete` is passed to the linker.


http://reviews.llvm.org/D13468





More information about the llvm-commits mailing list