diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-10-30 16:10:54 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-10-30 16:10:54 +0000 |
commit | 65f244261cbe75e2bc525c3d66c3438384e8129c (patch) | |
tree | 221f62b9a6e304e864504eaa9eee2a456d84e78b /lib/Target/ARM/ARMTargetMachine.h | |
parent | 0c39719bfc7d0b3e61fbd55e1115184a1d5f6ae7 (diff) |
ARM JIT should observe -relocation-model command line option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58433 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMTargetMachine.h')
-rw-r--r-- | lib/Target/ARM/ARMTargetMachine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMTargetMachine.h b/lib/Target/ARM/ARMTargetMachine.h index 35f97e3bc8..6fe9a222b4 100644 --- a/lib/Target/ARM/ARMTargetMachine.h +++ b/lib/Target/ARM/ARMTargetMachine.h @@ -34,6 +34,7 @@ class ARMTargetMachine : public LLVMTargetMachine { ARMFrameInfo FrameInfo; ARMJITInfo JITInfo; ARMTargetLowering TLInfo; + Reloc::Model DefRelocModel; // Reloc model before it's overridden. protected: // To avoid having target depend on the asmprinter stuff libraries, asmprinter |