mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-23 20:22:09 +00:00
[JIT/Examples] Fix Fibonacci so that it runs again.
The old JIT is (long) gone. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250604 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2a50aa48db
commit
0dbe803c9e
@ -106,7 +106,6 @@ int main(int argc, char **argv) {
|
||||
ExecutionEngine *EE =
|
||||
EngineBuilder(std::move(Owner))
|
||||
.setErrorStr(&errStr)
|
||||
.setEngineKind(EngineKind::JIT)
|
||||
.create();
|
||||
|
||||
if (!EE) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user