]> granicus.if.org Git - clang/commitdiff
clang/module.modulemap: Clang_Diagnostics: Activate "Sema/SemaDiagnostic.h".
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 20 Jul 2017 07:51:47 +0000 (07:51 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 20 Jul 2017 07:51:47 +0000 (07:51 +0000)
It seems issues were resolved.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308593 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/module.modulemap

index 96bc0d15616bbb5a05897b751798e9597e2cf716..361c009af108c86e79977953c12a35151795b74d 100644 (file)
@@ -69,8 +69,7 @@ module Clang_Diagnostics {
   module Frontend { header "Frontend/FrontendDiagnostic.h" export * }
   module Lex { header "Lex/LexDiagnostic.h" export * }
   module Parse { header "Parse/ParseDiagnostic.h" export * }
-  // FIXME: This breaks the build of Clang_Sema, for unknown reasons.
-  //module Sema { header "Sema/SemaDiagnostic.h" export * }
+  module Sema { header "Sema/SemaDiagnostic.h" export * }
   module Serialization { header "Serialization/SerializationDiagnostic.h" export * }
 }