[llvm-bugs] [Bug 44060] New: HowToUseLLJIT example asserts in debug build on windows

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Nov 19 06:00:53 PST 2019


https://bugs.llvm.org/show_bug.cgi?id=44060

            Bug ID: 44060
           Summary: HowToUseLLJIT example asserts in debug build on
                    windows
           Product: Documentation
           Version: 9.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: General docs
          Assignee: unassignedbugs at nondot.org
          Reporter: Rob.Conde at ai-solutions.com
                CC: llvm-bugs at lists.llvm.org

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).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20191119/cb913d04/attachment.html>


More information about the llvm-bugs mailing list