[libcxx-commits] [libcxx] [libcxx] modules: compile library interface object files of `std` and `std.compat` modules into `libc++experimental.a` (PR #85832)

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 19 11:00:17 PDT 2024


Jan =?utf-8?q?Kokemüller?= <jan.kokemueller at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/85832 at github.com>


================
@@ -229,6 +229,27 @@ if (LIBCXX_INSTALL_MODULES)
     )
   endforeach()
 
+  if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.28.0")
----------------
mordante wrote:

Note we're not using this CMake version in the CI so this will fail. But I can look at this locally.

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


More information about the libcxx-commits mailing list