[llvm-bugs] [Bug 36829] New: EngineBuiler().setEngineKind(EngineKind::JIT).create() crash

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Mar 21 01:35:35 PDT 2018


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

            Bug ID: 36829
           Summary: EngineBuiler().setEngineKind(EngineKind::JIT).create()
                    crash
           Product: libraries
           Version: 6.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: MCJIT
          Assignee: unassignedbugs at nondot.org
          Reporter: christophe.demez at hexagon.com
                CC: llvm-bugs at lists.llvm.org

I use the EngineBuilder without default module, when I call create() it crash
because the module is nullptr !

By example, the follwing code crash :

    EngineBuiler().setEngineKind(EngineKind::JIT).create()

FYI, here is what I try to acheive :
https://stackoverflow.com/questions/49379597/llvm-how-to-cache-some-native-jitted-code-and-restore-it?noredirect=1#comment85768095_49379597

-- 
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/20180321/61a8bc44/attachment.html>


More information about the llvm-bugs mailing list