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