[PATCH] Fix for Bug 5053

Swaroop Sridhar Swaroop.Sridhar at microsoft.com
Fri Oct 24 16:30:47 PDT 2014


Hi Lang,

Is the MCJit supported on Windows? 

I tried the following using lli MCJIT (on the development branch of LLVM), but LLI failed with the following error:

Debug\bin\lli.exe  llvm\test\ExecutionEngine\hello.ll
LLVM ERROR: Incompatible object format!
Stack dump:
0.      Program arguments: Debug\bin\lli.exe D:\enlist\JIT\llvm\test\ExecutionEngine\hello.ll


Thanks,
Swaroop.

-----Original Message-----
From: Lang Hames [mailto:lhames at gmail.com] 
Sent: Monday, October 13, 2014 7:34 PM
To: Swaroop Sridhar; bigcheesegs at gmail.com; anton at korobeynikov.info; rnk at google.com
Cc: lhames at gmail.com; llvm-commits at cs.uiuc.edu
Subject: Re: [PATCH] Fix for Bug 5053

Hi Swaroop,

Copied from the bug report:

The old JIT is deprecated in 3.5, and has been removed entirely on the development branch of LLVM. Could you try this with MCJIT and see if your problem reproduces there?

Just run 'lli -use-mcjit testcase.ll' on 3.5, or simply 'lli testcase.ll' on the development branch where MCJIT is the default.

Cheers,
Lang.

http://reviews.llvm.org/D5387






More information about the llvm-commits mailing list