llvm-svn: 45312
This commit is contained in:
Evan Cheng 2007-12-22 09:14:34 +00:00
parent 74b2ab59fd
commit db33a0211b
1 changed files with 1 additions and 2 deletions

View File

@ -170,8 +170,7 @@ bool X86TargetMachine::addAssemblyEmitter(FunctionPassManager &PM, bool Fast,
bool X86TargetMachine::addCodeEmitter(FunctionPassManager &PM, bool Fast,
bool DumpAsm, MachineCodeEmitter &MCE) {
// FIXME: Move this to TargetJITInfo!
if (getRelocationModel() == Reloc::Default)
setRelocationModel(Reloc::Static);
setRelocationModel(Reloc::Static);
Subtarget.setPICStyle(PICStyle::None);
// JIT cannot ensure globals are placed in the lower 4G of address.