summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/CodeGenOptions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-111-0/+32
| | | | | | Basic uses CodeGenOptions and should not depend on Frontend. llvm-svn: 348827
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-33/+0
| | | | | | | | | | | 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
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-0/+33
This is a mechanical move of CodeGenOptions from libFrontend to libBasic. This fixes the layering violation introduced earlier by threading CodeGenOptions into TargetInfo. It should also fix the modules based self-hosting builds. NFC. llvm-svn: 265702
OpenPOWER on IntegriCloud