commit | 3cc8223a3c062daee763d6db272415a76de38a78 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Sat Nov 08 07:38:22 2008 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Sat Nov 08 07:38:22 2008 +0000 |
tree | e8a15e2231a18da5c78223d3ea580678f748381a | |
parent | d7398c9b699cae3a109e9808401f7d0b2fc7e686 [diff] [blame] |
Tell ARMJITInfo if codegen relocation is PIC. It changes how function stubs are generated. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58896 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMTargetMachine.cpp b/lib/Target/ARM/ARMTargetMachine.cpp index 4ffd779..b9c9c48 100644 --- a/lib/Target/ARM/ARMTargetMachine.cpp +++ b/lib/Target/ARM/ARMTargetMachine.cpp
@@ -84,7 +84,7 @@ std::string("e-p:32:32-f64:64:64-i64:64:64"))), InstrInfo(Subtarget), FrameInfo(Subtarget), - JITInfo(*this), + JITInfo(), TLInfo(*this) { DefRelocModel = getRelocationModel(); }