From 8a626f1cc478298c8bf5da4b84bb2a3f6ffd01e1 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 2 Nov 2020 18:23:26 -0800 Subject: [PATCH] Add textual header PPCTypes.def to module Clang_Basic after D81508 --- 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 13d4dbf9..332e533 100644 --- a/clang/include/clang/module.modulemap +++ b/clang/include/clang/module.modulemap @@ -62,6 +62,7 @@ module Clang_Basic { textual header "Basic/OpenCLExtensionTypes.def" textual header "Basic/OpenMPKinds.def" textual header "Basic/OperatorKinds.def" + textual header "Basic/PPCTypes.def" textual header "Basic/Sanitizers.def" textual header "Basic/TokenKinds.def" textual header "Basic/X86Target.def" -- 2.7.4