[PATCH] MCWin64EH: reloctions must be IMGREL32

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri May 17 13:00:34 PDT 2013


needs a testcase.

On 14 May 2013 15:14, Kai Nacke <kai.nacke at redstar.de> wrote:
> Hi!
>
> In order to generate the right data and keep the MS linker happy the
> relocations in the Win64 EH data structures must be of type
> IMAGE_REL_AMD64_ADDR32NB instead of IMAGE_REL_AMD64_ADDR32. This is easiely
> achieved by adding the VK_COFF_IMGREL32 modifier to the symbol reference.
>
> Please review.
>
> Regards
> Kai
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list