[libcxx-commits] [libcxx] [RFC][libc++] Install modules. (PR #75741)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 16 09:25:29 PST 2024


================
@@ -0,0 +1,26 @@
+{
----------------
ldionne wrote:

@mordante That's only half true. We would want to tend towards testing our installation properties, however we don't have a great deal of infrastructure in place to do it. I did set up some tests in Lit here: [libcxx/test/libcxx/vendor/apple/system-install-properties.sh.cpp](https://github.com/llvm/llvm-project/blob/503f2ee4a86a740c4b4f442d95ff4e6d7f66a670/libcxx/test/libcxx/vendor/apple/system-install-properties.sh.cpp). It's just difficult to test in a portable way cause these things are usually inherently platform-specific.

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


More information about the libcxx-commits mailing list