[libc-commits] [libc] [libcxx] [libcxx][libc] Hand in Hand PoC with from_chars (PR #91651)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Jul 30 13:23:33 PDT 2024


================
@@ -197,7 +198,7 @@ split_list(LIBCXX_LINK_FLAGS)
 # Build the shared library.
 if (LIBCXX_ENABLE_SHARED)
   add_library(cxx_shared SHARED ${exclude_from_all} ${LIBCXX_SOURCES} ${LIBCXX_HEADERS})
-  target_include_directories(cxx_shared PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
+  target_include_directories(cxx_shared PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../../libc) #TODO: Do this properly
----------------
michaelrj-google wrote:

I've created a file that does this, it's not the cleanest solution but it's the best I've got for the moment.

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


More information about the libc-commits mailing list