[LLVMbugs] [Bug 22910] New: Problem with setEngineKind(EngineKind::JIT) - JIT has not been linked in. r232318

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Mar 15 06:22:43 PDT 2015


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

            Bug ID: 22910
           Summary: Problem with setEngineKind(EngineKind::JIT) - JIT has
                    not been linked in. r232318
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Generic Execution Engine Support
          Assignee: unassignedbugs at nondot.org
          Reporter: kv at ok-roms.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Hello,

Using windows 8.1, VS2013 and the r232318, I get ("Fibonacci.exe: Failed to
construct ExecutionEngine: JIT has not been linked in.") if I leave the JIT
creation as-is :

ExecutionEngine *EE =
    EngineBuilder(std::move(Owner))
    .setErrorStr(&errStr)
    .setEngineKind(EngineKind::JIT)
    .create();

Fibonacci sample runs fine when removing ".setEngineKind(EngineKind::JIT)".

Is it normal ?

Thanks,
Kaveh

-- 
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/20150315/1ce5454d/attachment.html>


More information about the llvm-bugs mailing list