[PATCH] D110260: [ORC] Minor renaming and typo fixes (NFC)

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


sgraenitz added a comment.

In D110260#3018412 <https://reviews.llvm.org/D110260#3018412>, @xgupta wrote:

> Yeah we need testcases, now it says
>
> JIT session error: Symbols not found: [ return1 ]
> JIT session error: Failed to materialize symbols: { (main, { foo_body }) }
> Unable to lazily compile function. Exiting.

Interesting, it does work for me now on macOS with both, shared libs on and off. Can you please check if you get something like this as well:

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


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110260



More information about the cfe-commits mailing list