| commit | cd5c7247ab895dfe4197e08736d025e807ce9bca | [log] [tgz] |
|---|---|---|
| author | Andrew Kaylor <andrew.kaylor@intel.com> | Thu Feb 21 23:45:19 2013 +0000 |
| committer | Andrew Kaylor <andrew.kaylor@intel.com> | Thu Feb 21 23:45:19 2013 +0000 |
| tree | 2a75e1650cde024a09b08babf1531b53d12b5691 | |
| parent | 5f46c485148917307d544f943269b13f0c80dd32 [diff] |
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