[PATCH] D155672: [JITLink][PowerPC] Correct handling of R_PPC64_REL24_NOTOC

Andy Kaylor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 25 10:38:04 PDT 2023


andrew.w.kaylor added a comment.

PLTTableManager::StubKind (which was introduced in this patch) is uninitialized in the constructor. Is the PLTTableManager::visitEdge function guaranteed to be called before any call to PLTTableManager::createEntry?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155672



More information about the llvm-commits mailing list