[PATCH] D13212: [ELF2] - Implemented -e flag

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 28 07:40:38 PDT 2015


grimar added inline comments.

================
Comment at: ELF/Config.h:28
@@ -27,2 +27,3 @@
   bool NoInhibitExec = false;
+  llvm::StringRef EntryPoint = "_start";
 };
----------------
grimar wrote:
> ruiu wrote:
> > Member variable names in this class are consistent with their corresponding command line options. s/EntryPoint/Entry/.
> Ok. That was not obvious though.
Also can suggest to sort them alphabetically then.


http://reviews.llvm.org/D13212





More information about the llvm-commits mailing list