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

via libcxx-commits libcxx-commits at lists.llvm.org
Sat Dec 16 08:01:57 PST 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-libcxx

Author: Mark de Wever (mordante)

<details>
<summary>Changes</summary>

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

---
Full diff: https://github.com/llvm/llvm-project/pull/75704.diff


1 Files Affected:

- (modified) libcxx/cmake/caches/Generic-no-tzdb.cmake (+1) 


``````````diff
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 "")

``````````

</details>


https://github.com/llvm/llvm-project/pull/75704


More information about the libcxx-commits mailing list