aboutsummaryrefslogtreecommitdiff
path: root/include/clang/module.modulemap
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2016-04-08 16:52:00 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2016-04-08 16:52:00 +0000
commitfdc51a558019a2e24c311bf57d52103ee4076100 (patch)
treee81d20891440acff9c03bf2888c4217681b14db6 /include/clang/module.modulemap
parentaa8b893ccd9ab06145a7d41168ef65316e93b50f (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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@265806 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/module.modulemap')
-rw-r--r--include/clang/module.modulemap2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/module.modulemap b/include/clang/module.modulemap
index 14163f327e..a3e18ff585 100644
--- a/include/clang/module.modulemap
+++ b/include/clang/module.modulemap
@@ -38,7 +38,6 @@ module Clang_Basic {
textual header "Basic/BuiltinsWebAssembly.def"
textual header "Basic/BuiltinsX86.def"
textual header "Basic/BuiltinsXCore.def"
- textual header "Basic/CodeGenOptions.def"
textual header "Basic/DiagnosticOptions.def"
textual header "Basic/LangOptions.def"
textual header "Basic/OpenCLExtensions.def"
@@ -87,6 +86,7 @@ module Clang_Frontend {
requires cplusplus
umbrella "Frontend"
+ textual header "Frontend/CodeGenOptions.def"
textual header "Frontend/LangStandards.def"
module * { export * }