[PATCH] D44902: [ORC][C-API] Fix orc on platforms without indirection support.
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 26 13:58:09 PDT 2018
lhames added subscribers: anarazel, dblaikie.
lhames added a comment.
Thanks for working on this! Your patch looks good to me. Do you have commit
access? If so, please go ahead and commit. If not I can commit on your
behalf.
I'm working on some updates to ORC that will eliminate a lot of the
template types, so in the future we can do this a cleaner way and just have
createIndirectStubsManager() return null on platforms where indirection is
not supported.
- Lang.
Repository:
rL LLVM
https://reviews.llvm.org/D44902
More information about the llvm-commits
mailing list