[libcxx-commits] [PATCH] D144994: [Draft][libc++][modules] Adds std module.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 18 09:40:09 PDT 2023
Mordante marked 4 inline comments as done.
Mordante added inline comments.
================
Comment at: libcxx/modules/CMakeLists.txt.in:48
+
+add_library(std)
+target_sources(std
----------------
ChuanqiXu wrote:
> I guess we need a better library name before landing this.
What would you propose?
I'm not even sure we really need to, but this is something to determine during a review.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144994/new/
https://reviews.llvm.org/D144994
More information about the libcxx-commits
mailing list