[PATCH] D110345: [ORC][examples] Export exectuable symbols explicitly in LLJITWithExecutorProcessControl

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 23 09:58:40 PDT 2021


sgraenitz added a comment.

Issue reported during review D110260 <https://reviews.llvm.org/D110260>. With this fix, `nm` should return something like this now:

  ➜ nm bin/LLJITWithExecutorProcessControl | grep return1
  0000000100004c10 T _return1


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110345



More information about the llvm-commits mailing list