[PATCH] D52317: Add support for dynamic libraries on Hexagon

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 27 13:29:46 PDT 2018


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

LGTM



================
Comment at: ELF/Arch/Hexagon.cpp:250-251
+      0x0e, 0xc0, 0x49, 0x6a, //   r14 = add (pc, ##GOTn at PCREL) }
+      0x1c, 0xc0, 0x8e, 0x91, //   r28 = memw (r14)
+      0x00, 0xc0, 0x9c, 0x52, //   jumpr r28
+  };
----------------
Indentation of the comment.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52317





More information about the llvm-commits mailing list