Author: Adrian Prantl
Date: 2021-05-04T12:52:52-07:00
New Revision: 6c3a10760da3707186d5204bd9283e99344fa90f

URL: 
https://github.com/llvm/llvm-project/commit/6c3a10760da3707186d5204bd9283e99344fa90f
DIFF: 
https://github.com/llvm/llvm-project/commit/6c3a10760da3707186d5204bd9283e99344fa90f.diff

LOG: Mark Basic/TargetCXXABI.def as textual in the module map.

Added: 
    

Modified: 
    clang/include/clang/module.modulemap

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/module.modulemap 
b/clang/include/clang/module.modulemap
index 82aba40b9f84..33fcf9dc7576 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"
 


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

Reply via email to