[LLVMdev] A first!
Misha Brukman
brukman at uiuc.edu
Wed Dec 22 23:12:22 PST 2004
On Wed, Dec 22, 2004 at 11:01:37PM -0800, Jeff Cohen wrote:
> Turns out it wasn't using the JIT. It was running the interpreter. The
> X86 stuff wasn't being linked in. Alas, once I "fixed" that, it stopped
> working. The JIT couldn't resolve the symbol "printf" and failed. But
> the interpreter could resolve it.
The interpreter has some hacks for dealing with common functions like
"printf" :) We need to get the Win32 equivalent of dlsym() going for
the JIT to work on Windows.
--
Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu
More information about the llvm-dev
mailing list