[LLVMdev] llvm JIT to another target code?
kk983
chihchaoh at gmail.com
Sat May 9 06:16:19 PDT 2009
Hi,
I am using llvm on cell,
there are two different cores on cell, one is PPU and the other is SPU.
but the JIT'ed code is always for PPU.
I am trying to emit code for SPU through JIT.
but I face the following questions:
1. I've trace the JIT code, but I still cant find exactly where JIT allocate
PPU as it's target.
is it done at make time?
2. I am trying to add an option that is -march=cellSPU to lli, how can I do
that?
Can anyone give me some tips or tell me which document I should study.
thanks.
--
View this message in context: http://www.nabble.com/llvm-JIT-to-another-target-code--tp23460198p23460198.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
More information about the llvm-dev
mailing list