aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2017-07-20 07:51:47 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2017-07-20 07:51:47 +0000
commitd8f8a921bbfc9cd1098b4a98d2ac52ad2c675c82 (patch)
tree5364d4bd41a6f42087c94966216abf69f8bcea18
parentd8149d5135898defa244d13ad6b4a064a0805ec2 (diff)
clang/module.modulemap: Clang_Diagnostics: Activate "Sema/SemaDiagnostic.h".linaro-local/diana.picus/check-gisel-revertlinaro-local/diana.picus/check-gisel-failure
It seems issues were resolved. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308593 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/module.modulemap3
1 files changed, 1 insertions, 2 deletions
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 * }
}