From 6c3a10760da3707186d5204bd9283e99344fa90f Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 4 May 2021 12:52:52 -0700 Subject: [PATCH] Mark Basic/TargetCXXABI.def as textual in the module map. --- 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 82aba40..33fcf9d 100644 --- a/clang/include/clang/module.modulemap +++ b/clang/include/clang/module.modulemap @@ -65,6 +65,7 @@ module Clang_Basic { textual header "Basic/PPCTypes.def" textual header "Basic/RISCVVTypes.def" textual header "Basic/Sanitizers.def" + textual header "Basic/TargetCXXABI.def" textual header "Basic/TokenKinds.def" textual header "Basic/X86Target.def" -- 2.7.4