[libc-commits] [libc] [libc] Initial support so that libc-shared-tests can be built with pp64le (PR #188882)

via libc-commits libc-commits at lists.llvm.org
Mon Mar 30 15:46:04 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) 
----------------
lntue wrote:

Sorry for the confusion.  I refactor the OSUtil changes to https://github.com/llvm/llvm-project/pull/189501

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


More information about the libc-commits mailing list