Displaying 1 result from an estimated 1 matches for "76dc7563".
Did you mean:
767563
2015 Aug 25
2
Problem with local context getType() == global context getType()
Hi,
I'm experiencing a weird problem with llvm 3.7(rc2/rc3) that did not occur
in llvm 3.6.2
I created a bug for it: https://llvm.org/bugs/show_bug.cgi?id=24521
I'm building a app where multiple code gen can happen in parallel. The
documentation state that I need to use separate context. Each thread has
it's own context.
When code generating a constant number I use the *InContext()