[libcxx-commits] [libcxx] Rework Modules CMake to be (more) idiomatic. (PR #84936)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 13 12:21:13 PDT 2024


EricWF wrote:

> Thanks for this improvement. Does the current version still work when using modules from the build directory?

It should. though now the generated cmake lists isn't dependent on LIBCXX_BUILD, and instead just hardcodes all of the paths to the build directory.

Ideally we would just have the user link and build against a system libc++, so all that's needed is `-stdlib=libc++`

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


More information about the libcxx-commits mailing list