Author: Fangrui Song
Date: 2020-11-02T18:23:26-08:00
New Revision: 8a626f1cc478298c8bf5da4b84bb2a3f6ffd01e1

URL: 
https://github.com/llvm/llvm-project/commit/8a626f1cc478298c8bf5da4b84bb2a3f6ffd01e1
DIFF: 
https://github.com/llvm/llvm-project/commit/8a626f1cc478298c8bf5da4b84bb2a3f6ffd01e1.diff

LOG: Add textual header PPCTypes.def to module Clang_Basic after D81508

Added: 
    

Modified: 
    clang/include/clang/module.modulemap

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/module.modulemap 
b/clang/include/clang/module.modulemap
index 13d4dbf9dc2e..332e533f0347 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"


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to