commit | 10a4972a8d872f33ec109936543ec9fc583a56e3 | [log] [tgz] |
---|---|---|
author | Saleem Abdulrasool <compnerd@compnerd.org> | Fri Apr 08 16:52:00 2016 +0000 |
committer | Saleem Abdulrasool <compnerd@compnerd.org> | Fri Apr 08 16:52:00 2016 +0000 |
tree | a13c98b59628de16d487226becdb8f44c8a4fb3d | |
parent | 56737722e43464b896b9e7e628a8c3ce841da605 [diff] |
revert SVN r265702, r265640 Revert the two changes to thread CodeGenOptions into the TargetInfo allocation and to fix the layering violation by moving CodeGenOptions into Basic. Code Generation is arguably not particularly "basic". This addresses Richard's post-commit review comments. This change purely does the mechanical revert and will be followed up with an alternate approach to thread the desired information into TargetInfo. llvm-svn: 265806