[PATCH] D47098: [ELF] Support R_X86_64_GOTPC{32,64}

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 12 09:43:48 PDT 2018


MaskRay added a comment.

Friendly ping :)

https://reviews.llvm.org/D47507 has been commited so llvm-mc on `leaq _GLOBAL_OFFSET_TABLE_(%rip), %r15` emits `R_X86_64_GOTPC32` now (compatible with GNU as behavior).
The ugly yaml2obj test has been removed (thank for informing me of the existence of such utility)


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D47098





More information about the llvm-commits mailing list