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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 05:39:39 PDT 2016


Petr, do you have commit access?

Cheers,
Rafael


On 11 July 2016 at 20:13, Rui Ueyama <ruiu at google.com> wrote:
> 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