[PATCH] D157533: [JITLink][AArch32] Implement ELF::R_ARM_CALL relocation

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 06:35:27 PDT 2023


sgraenitz added a comment.

Can we align the test with the (now) existing ELF_static_arm_reloc.s please? The rest should be ready to land I think.



================
Comment at: llvm/lib/ExecutionEngine/JITLink/aarch32.cpp:21
 #include "llvm/Support/MathExtras.h"
+#include <cstdint>
 
----------------
You include it in the header already, so it isn't necessary here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157533/new/

https://reviews.llvm.org/D157533



More information about the llvm-commits mailing list