[PATCH] D22116: [ELF] Support for setting the base address

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 8 16:24:14 PDT 2016


ruiu added a comment.

Once we add a new option, we have to support it basically forever, so I'd like to be conservative. First of all, why do you want this option? What program are you trying to link with LLD, and why the program needs this option?


================
Comment at: ELF/Config.h:104
@@ -103,2 +103,3 @@
   bool Trace;
+  uint64_t VAStart;
   bool Verbose;
----------------
Move this after `EntryAddr`.


http://reviews.llvm.org/D22116





More information about the llvm-commits mailing list