[libc-commits] [libc] [libc] Initial support so that libc-shared-tests can be built with pp64le (PR #188882)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Fri Mar 27 04:37:18 PDT 2026
================
@@ -7,7 +7,8 @@ add_header_library(
libc.hdr.types.time_t
)
-if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS})
+if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_OS}
+ AND TARGET libc.src.__support.OSUtil.osutil)
----------------
kaladron wrote:
I'm not seeing a connection between "Initial support so that libc-shared-tests can be built with pp64le" and some of the changes that are in here. Can you please update the commit message to give a bit more details? It will help review these.
https://github.com/llvm/llvm-project/pull/188882
More information about the libc-commits
mailing list