[PATCH] D51497: [WIP][ORC][ThinLTO] Early ThinLTO-JIT prototype and basic tests for next-gen ORC APIs
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 30 12:28:57 PDT 2018
lhames added a comment.
You definitely want to do this as a real layer and materialization unit. It is beneficial even without lazy compilation, but the ability to compose it with laziness would be extra cool.
What aspect of the symbol flags gave you trouble? This is one of the most challenging parts of the new API, so I'm keen to hear where it is tripping people up so I can improve on it.
Repository:
rL LLVM
https://reviews.llvm.org/D51497
More information about the llvm-commits
mailing list