aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-02-21 23:45:19 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-02-21 23:45:19 +0000
commitcd5c7247ab895dfe4197e08736d025e807ce9bca (patch)
tree2a75e1650cde024a09b08babf1531b53d12b5691 /clang/lib/CodeGen/CodeGenModule.h
parent5f46c485148917307d544f943269b13f0c80dd32 (diff)
downloadllvm-cd5c7247ab895dfe4197e08736d025e807ce9bca.zip
llvm-cd5c7247ab895dfe4197e08736d025e807ce9bca.tar.gz
llvm-cd5c7247ab895dfe4197e08736d025e807ce9bca.tar.bz2
Change to JITDefault code model for ELF targets
On x86-64 platforms, the small code model assumes that code will be loaded below the 2GB boundary. With the static relocation model, the fact that the expression code is initially loaded (in the LLDB debugger address space) above that boundary causes problems. Switching to the JITDefault code model causes the large code model to be used for 64-bit targets and small code model of 32-bit targets. llvm-svn: 175828
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
0 files changed, 0 insertions, 0 deletions