[cfe-dev] Example Fibonacci, ExecutionEngine: JIT has not been linked

Keith Smith via cfe-dev cfe-dev at lists.llvm.org
Mon Sep 7 09:54:48 PDT 2015


I ran this cmake script

#!/bin/sh
cmake -G "Unix Makefiles" -DLLVM_TARGETS_TO_BUILD="X86"
-DCMAKE_BUILD_TYPE="RelWithDebInfo" ../llvm

No errors.

I then ran 'make'

No errors.

I then ran  'make Fibonacci'

No errors.

Then I ran

./bin/Fibonacci

I got this error,

./bin/Fibonacci: Failed to construct ExecutionEngine: JIT has not been
linked in.

What have I done wrong?

Keith Smith



More information about the cfe-dev mailing list