[libcxx-commits] [libcxx] [libc++][CI] Enable modules in no TZDB	build. (PR #75704)
    Mark de Wever via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Sat Dec 16 08:01:31 PST 2023
    
    
  
https://github.com/mordante created https://github.com/llvm/llvm-project/pull/75704
This is one of the few build where we didn't test modules.
>From f60d12a0ace46feb89fffbf524235e84e6443c86 Mon Sep 17 00:00:00 2001
From: Mark de Wever <koraq at xs4all.nl>
Date: Sat, 16 Dec 2023 16:59:34 +0100
Subject: [PATCH] [libc++][CI] Enable modules in no TZDB build.
This is one of the few build where we didn't test modules.
---
 libcxx/cmake/caches/Generic-no-tzdb.cmake | 1 +
 1 file changed, 1 insertion(+)
diff --git a/libcxx/cmake/caches/Generic-no-tzdb.cmake b/libcxx/cmake/caches/Generic-no-tzdb.cmake
index 27c826edfecffb..c5dc882e584428 100644
--- a/libcxx/cmake/caches/Generic-no-tzdb.cmake
+++ b/libcxx/cmake/caches/Generic-no-tzdb.cmake
@@ -1 +1,2 @@
+set(LIBCXX_ENABLE_STD_MODULES ON CACHE BOOL "") # TODO MODULES Remove when enabled automatically.
 set(LIBCXX_ENABLE_TIME_ZONE_DATABASE OFF CACHE BOOL "")
    
    
More information about the libcxx-commits
mailing list