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: unassignedb...@nondot.org
          Reporter: rob.co...@ai-solutions.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to