morganstanley / hobbes

A language and an embedded JIT compiler
http://hobbes.readthedocs.io/
Apache License 2.0
1.16k stars 105 forks source link

fix an error with const lifts under llvm 6 (when global values have no initializers) #359

Closed kthielen closed 4 years ago

kthielen commented 4 years ago

Fixes this issue that adam ran into:

https://github.com/Morgan-Stanley/hobbes/issues/358