From: NAKAMURA Takumi Date: Thu, 20 Jul 2017 07:51:47 +0000 (+0000) Subject: clang/module.modulemap: Clang_Diagnostics: Activate "Sema/SemaDiagnostic.h". X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8f8a921bbfc9cd1098b4a98d2ac52ad2c675c82;p=clang clang/module.modulemap: Clang_Diagnostics: Activate "Sema/SemaDiagnostic.h". It seems issues were resolved. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308593 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/module.modulemap b/include/clang/module.modulemap index 96bc0d1561..361c009af1 100644 --- a/include/clang/module.modulemap +++ b/include/clang/module.modulemap @@ -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 * } }