| commit | e0a68a562bf1ad84e7fe15db6f7f3bead3812512 | [log] [tgz] |
|---|---|---|
| author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | Tue Nov 27 23:36:26 2012 +0000 |
| committer | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | Tue Nov 27 23:36:26 2012 +0000 |
| tree | b4141a1eb3ba8afcbead05ea3a73144a064d0e1b | |
| parent | 948d4aba5d65e3d7acdaced55d1dc22ee8e81968 [diff] |
This patch makes medium code model the default for 64-bit PowerPC ELF. When the CodeGenInfo is to be created for the PPC64 target machine, a default code-model selection is converted to CodeModel::Medium provided we are not targeting the Darwin OS. Defaults for Darwin are unaffected. llvm-svn: 168747