[PATCH] D107967: [JITLink] Update ELF_x86_64 's edge kind to generic edge kind

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 12 08:39:38 PDT 2021


StephenFan added inline comments.


================
Comment at: llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h:24
   Branch32 = Edge::FirstRelocation,
-  Branch32ToStub,
-  Pointer32,
----------------
These edge kinds was not used, and can't find the corresponding tests, so I deleted these. If it is not suitable to delete these, please tell me and I will revert it/


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107967



More information about the llvm-commits mailing list