[clang] 6c3a107 - Mark Basic/TargetCXXABI.def as textual in the module map.

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Tue May 4 12:53:26 PDT 2021


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"
 


        


More information about the cfe-commits mailing list