[libcxx-commits] [libcxx] 2776795 - [libc++][CI] Enable modules in no TZDB build. (#75704)

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Dec 18 07:27:17 PST 2023


Author: Mark de Wever
Date: 2023-12-18T10:27:13-05:00
New Revision: 27767959a5e53ffa3e91ea011f8c44eeeaf59132

URL: https://github.com/llvm/llvm-project/commit/27767959a5e53ffa3e91ea011f8c44eeeaf59132
DIFF: https://github.com/llvm/llvm-project/commit/27767959a5e53ffa3e91ea011f8c44eeeaf59132.diff

LOG: [libc++][CI] Enable modules in no TZDB build. (#75704)

This is one of the few build where we didn't test modules.

Added: 
    

Modified: 
    libcxx/cmake/caches/Generic-no-tzdb.cmake

Removed: 
    


################################################################################
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