[clang] 4cbf4bb - Remove textual headers from module map

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 7 13:33:43 PST 2023


Author: Adrian Prantl
Date: 2023-02-07T13:24:47-08:00
New Revision: 4cbf4bb4dd17b813179467396c692180681cb003

URL: https://github.com/llvm/llvm-project/commit/4cbf4bb4dd17b813179467396c692180681cb003
DIFF: https://github.com/llvm/llvm-project/commit/4cbf4bb4dd17b813179467396c692180681cb003.diff

LOG: Remove textual headers from module map

since headers were moved into the lib/ directory.

Added: 
    

Modified: 
    clang/include/clang/module.modulemap

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/module.modulemap b/clang/include/clang/module.modulemap
index 57a9b4803127..69afe3ec0fad 100644
--- a/clang/include/clang/module.modulemap
+++ b/clang/include/clang/module.modulemap
@@ -193,7 +193,5 @@ module Clang_ToolingCore {
 module Clang_ToolingInclusions {
   requires cplusplus
   umbrella "Tooling/Inclusions"
-  textual header "Tooling/Inclusions/CSymbolMap.inc"
-  textual header "Tooling/Inclusions/StdSymbolMap.inc"
   module * { export * }
 }


        


More information about the cfe-commits mailing list