Displaying 1 result from an estimated 1 matches for "5a0474fb".
2019 Nov 18
2
HowToUseLLJIT crashes in debug build
Using llvm 9, visual studio, HowToUseLLJIT.cpp
It works fine in a release build. In a debug build It aborts due to an assert failure on Core.cpp (383) because the lhs flags are (Exported | Callable) and the rhs flags are (Callable).
What mods should be made to fix this issue?
Side note: The comments at the top reference HowToUseJIT.cpp rather than HotToUseLLJIT.cpp
Thanks,
Rob Conde