[clang] 0ff9116 - Register TargetCXXABI.def as a textual header

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 14 14:20:51 PDT 2020


Author: Adrian Prantl
Date: 2020-10-14T14:20:39-07:00
New Revision: 0ff9116b36781d6fa61c25841edd53dc8f366bec

URL: https://github.com/llvm/llvm-project/commit/0ff9116b36781d6fa61c25841edd53dc8f366bec
DIFF: https://github.com/llvm/llvm-project/commit/0ff9116b36781d6fa61c25841edd53dc8f366bec.diff

LOG: Register TargetCXXABI.def as a textual header

Added: 
    

Modified: 
    clang/include/clang/module.modulemap

Removed: 
    


################################################################################
diff  --git a/clang/include/clang/module.modulemap b/clang/include/clang/module.modulemap
index 13d4dbf9dc2e..cee7ed3d7de3 100644
--- a/clang/include/clang/module.modulemap
+++ b/clang/include/clang/module.modulemap
@@ -63,6 +63,7 @@ module Clang_Basic {
   textual header "Basic/OpenMPKinds.def"
   textual header "Basic/OperatorKinds.def"
   textual header "Basic/Sanitizers.def"
+  textual header "Basic/TargetCXXABI.def"
   textual header "Basic/TokenKinds.def"
   textual header "Basic/X86Target.def"
 


        


More information about the cfe-commits mailing list