Displaying 1 result from an estimated 1 matches for "498db0ea".
2014 Jun 24
6
[LLVMdev] Making it possible to clear the LLVMContext
Hello,
I'm trying to develop a way to reliably clean the LLVMContext in order to
make it possible to use it multiple times.
LLVMContext itself is an almost empty object delegating almost all its
content to LLVMContextImpl.
This makes it very clean ideally, because clearing the LLVMContext would be
as easy as deleting the LLVMContextImpl and creating a new one.
The problem is that for some