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. llvm-svn: 213420
Loading
Please register or sign in to comment