[clang] 66d462d - Add missing textual header to module map

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 8 08:56:33 PST 2024


Author: Adrian Prantl
Date: 2024-02-08T08:56:25-08:00
New Revision: 66d462d0a1ba1e510fff479baff8f21ecb924b1f

URL: https://github.com/llvm/llvm-project/commit/66d462d0a1ba1e510fff479baff8f21ecb924b1f
DIFF: https://github.com/llvm/llvm-project/commit/66d462d0a1ba1e510fff479baff8f21ecb924b1f.diff

LOG: Add missing textual header to module map

Added: 
    

Modified: 
    clang/include/module.modulemap

Removed: 
    


################################################################################
diff  --git a/clang/include/module.modulemap b/clang/include/module.modulemap
index 794526bc289c0b..9285595af11baf 100644
--- a/clang/include/module.modulemap
+++ b/clang/include/module.modulemap
@@ -81,6 +81,7 @@ module Clang_Basic {
   textual header "clang/Basic/RISCVVTypes.def"
   textual header "clang/Basic/Sanitizers.def"
   textual header "clang/Basic/TargetCXXABI.def"
+  textual header "clang/Basic/TargetOSMacros.def"
   textual header "clang/Basic/TransformTypeTraits.def"
   textual header "clang/Basic/TokenKinds.def"
   textual header "clang/Basic/WebAssemblyReferenceTypes.def"


        


More information about the cfe-commits mailing list