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

Sid Manning via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 27 12:39:37 PDT 2018


sidneym added inline comments.


================
Comment at: ELF/Arch/Hexagon.cpp:236
+      0x00, 0xc0, 0x9c, 0x52, //   jumpr r28 }            # call dynamic linker
+      0x00, 0xc0, 0x00, 0x7f, // nop   # bring plt0 into 16-byte alignment
+  };
----------------
OK, a trap, fine.  Only after I submit do I carefully read the comments.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D52317





More information about the llvm-commits mailing list