[PATCH] D151801: [JITLink] Add missing vtable anchors

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 06:50:04 PDT 2023


sgraenitz added a comment.

All modified classes have out-of-line virtual methods (or at least dtors) already. Nevertheless, without these additional anchors the vtable symbols appear to be missing from `libMyShared.so`. Eventually, I am not certain why this is necessary.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151801



More information about the llvm-commits mailing list