]> granicus.if.org Git - llvm/commit
Avoid caching the relocation model on the subtarget, this is for
authorEric Christopher <echristo@gmail.com>
Fri, 18 Jul 2014 22:34:20 +0000 (22:34 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 18 Jul 2014 22:34:20 +0000 (22:34 +0000)
commit775dd6e2d6947f2919e094a9b0ee1164d0507800
treed6ca6453c40a3769b08ffd590307780e10ec7d4c
parentfa034b8738f0466f8bc4569bbb3a8092ef3c6541
Avoid caching the relocation model on the subtarget, this is for
two reasons:

a) we're already caching the target machine which contains it,
b) which relocation model you get is dependent upon whether or
not you ask before MCCodeGenInfo is constructed on the target
machine, so avoid any latent issues there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213420 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsSubtarget.cpp
lib/Target/Mips/MipsSubtarget.h
lib/Target/Mips/MipsTargetMachine.cpp