[PATCH] D104799: [Orc] Add verylazy example for C-bindings

Valentin Churavy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 23 10:54:42 PDT 2021


vchuravy added a comment.

@lhames this currently fails with

  ➜  build git:(vc/orcv2-lazy-capi) ✗ bin/OrcV2CBindingsVeryLazy 0
  Error: Duplicate definition of symbol 'foo_body'
  fish: Job 1, 'bin/OrcV2CBindingsVeryLazy 0' terminated by signal SIGSEGV (Address boundary error)

Should I have used independent JITDylibs or done a triple indirection foo -> foo_trampoline -> foo_body?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104799



More information about the llvm-commits mailing list