[llvm] [BOLT] Support instrumentation hook via DT_FINI_ARRAY (PR #67348)

Vladislav Khmelevsky via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 03:10:32 PDT 2023


================
@@ -341,6 +341,7 @@ static uint64_t encodeValueAArch64(uint64_t Type, uint64_t Value, uint64_t PC) {
   default:
     llvm_unreachable("unsupported relocation");
   case ELF::R_AARCH64_ABS32:
----------------
yota9 wrote:

While you're here (again, sorry :)) please add ABS16 here too for consistency if you don't mind, so we son't have to return to this question :)

https://github.com/llvm/llvm-project/pull/67348


More information about the llvm-commits mailing list