| commit | 16f0ebcbb576f197422426b64f4ad54269f273d1 | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Sun Apr 08 17:20:55 2012 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Sun Apr 08 17:20:55 2012 +0000 |
| tree | f94dbbb626c8a538a889f870637d375f1da36cf3 | |
| parent | c0c0455f5596906ca01d344dc8a4e4d0f35c72b9 [diff] |
Move the TLSModel information into the TargetMachine rather than hiding in TargetLowering. There was already a FIXME about this location being odd. The interface is simplified as a consequence. This will also make it easier to change TLS models when compiling with PIE. llvm-svn: 154292