[libc-commits] [clang] [libc] [libcxx] [libc][libcxx] Support for building libc++ against LLVM libc (PR #99287)
Petr Hosek via libc-commits
libc-commits at lists.llvm.org
Thu Jul 18 10:37:55 PDT 2024
================
@@ -0,0 +1,34 @@
+#===============================================================================
+# Define targets for linking against the selected C library
+#
+# After including this file, the following targets are defined:
+# - libcxx-libc-headers: An interface target that allows getting access to the
+# headers of the selected C library.
+# - libcxx-libc-shared: A target representing the selected shared C library.
+# - libcxx-libm-shared: A target representing the selected shared C math library.
----------------
petrhosek wrote:
Done.
https://github.com/llvm/llvm-project/pull/99287
More information about the libc-commits
mailing list