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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 17:13:46 PDT 2016


ruiu added inline comments.

================
Comment at: ELF/Driver.cpp:534
@@ -533,1 +533,3 @@
 
+  if (auto *Arg = Args.getLastArg(OPT_image_base)) {
+    StringRef S = Arg->getValue();
----------------
Ah, okay, then keeping this code here makes sense. Sorry about that!


http://reviews.llvm.org/D22116





More information about the llvm-commits mailing list