[llvm-commits] CVS: llvm/lib/Target/X86/X86Subtarget.cpp X86Subtarget.h X86TargetMachine.cpp
Chris Lattner
clattner at apple.com
Wed Dec 20 09:41:07 PST 2006
On Dec 20, 2006, at 12:25 AM, Evan Cheng wrote:
> Ok. I see PPC does exactly the same thing. But this seems like a
> temporary solution. Could we add some kind of JIT relocation model
> which are target specific? Or any method that would allow llc to
> codegen (by specifying some command line option?) in the exact same
> way as the JIT would?
I'm not opposed to adding -relocation-model=jit. It sounds like the
best solution for PPC64, but I agree with Evan that it sounds like
relo=static should work for mingw.
-Chris
More information about the llvm-commits
mailing list