[libcxx-commits] [libcxx] 87dbe6c - [libc++] NFC: Add missing all.h to the modulemap

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 22 10:47:56 PDT 2021


Author: Louis Dionne
Date: 2021-06-22T13:47:41-04:00
New Revision: 87dbe6c4ef4fdaac093ff82a7bd2b2ca2cf5bc3a

URL: https://github.com/llvm/llvm-project/commit/87dbe6c4ef4fdaac093ff82a7bd2b2ca2cf5bc3a
DIFF: https://github.com/llvm/llvm-project/commit/87dbe6c4ef4fdaac093ff82a7bd2b2ca2cf5bc3a.diff

LOG: [libc++] NFC: Add missing all.h to the modulemap

Added: 
    

Modified: 
    libcxx/include/module.modulemap

Removed: 
    


################################################################################
diff  --git a/libcxx/include/module.modulemap b/libcxx/include/module.modulemap
index de3daf8faf0c..dc8984325e7b 100644
--- a/libcxx/include/module.modulemap
+++ b/libcxx/include/module.modulemap
@@ -555,6 +555,7 @@ module std [system] {
 
     module __ranges {
       module access                 { header "__ranges/access.h"                }
+      module all                    { header "__ranges/all.h"                   }
       module concepts               { header "__ranges/concepts.h"              }
       module data                   { header "__ranges/data.h"                  }
       module empty                  { header "__ranges/empty.h"                 }


        


More information about the libcxx-commits mailing list