[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:57:47 PDT 2018
sidneym added inline comments.
================
Comment at: ELF/Arch/Hexagon.cpp:235
+ 0x00, 0xc0, 0x9c, 0x52, // jumpr r28 } # call dynamic linker
+ 0x0c, 0xdb, 0x00, 0x52, // trap0(#0xdb) # bring plt0 into 16byte alignment
+ };
----------------
Above should be a 0x0c, 0xdb, 0x00, 0x54 not 0x0c, 0xdb, 0x00, 0x52 I didn't git add that change prior to my format-patch.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D52317
More information about the llvm-commits
mailing list