[PATCH] D24403: [ELF/AArch64] Support some of R_AARCH64_MOVW_UABS_* relocations

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 9 09:21:46 PDT 2016


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM, assuming you ran the test with GNU ld and confirmed that you got the same result.


================
Comment at: ELF/Target.cpp:1360
@@ -1359,3 +1359,3 @@
     break;
   case R_AARCH64_TSTBR14:
     checkInt<16>(Val, Type);
----------------
The new cases should be moved here rather than below to sort cases by label.


Repository:
  rL LLVM

https://reviews.llvm.org/D24403





More information about the llvm-commits mailing list