[PATCH] D26888: [ELF] - Implemented -N.

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 13:58:50 PST 2016


emaste added a comment.

I'm testing now



================
Comment at: ELF/Options.td:166
+  HelpText<"Set the text and data sections to be readable and writable">;
+  
 def pie: F<"pie">, HelpText<"Create a position independent executable">;
----------------
extra whitespace on this line


https://reviews.llvm.org/D26888





More information about the llvm-commits mailing list