[llvm-dev] HowToUseLLJIT crashes in debug build

Rob Conde via llvm-dev llvm-dev at lists.llvm.org
Mon Nov 18 06:46:18 PST 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191118/6cba3e60/attachment.html>


More information about the llvm-dev mailing list