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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to