From 194d1a621d5388392d31b3b7d00df147c6978890 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 15 Nov 2017 23:04:44 +0000 Subject: [PATCH] clang/module.modulemap: clang/Basic/X86Target.def may be textual header. llvm-svn: 318347 --- clang/include/clang/module.modulemap | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/include/clang/module.modulemap b/clang/include/clang/module.modulemap index 41cf73d..4097ad2 100644 --- a/clang/include/clang/module.modulemap +++ b/clang/include/clang/module.modulemap @@ -49,6 +49,7 @@ module Clang_Basic { textual header "Basic/OperatorKinds.def" textual header "Basic/Sanitizers.def" textual header "Basic/TokenKinds.def" + textual header "Basic/X86Target.def" module * { export * } } -- 2.7.4