[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 07:09:23 PDT 2026


================
@@ -184,6 +184,8 @@ elseif(LIBC_TARGET_ARCHITECTURE STREQUAL "nvptx")
   set(LIBC_TARGET_ARCHITECTURE_IS_NVPTX TRUE)
 elseif(LIBC_TARGET_ARCHITECTURE STREQUAL "spirv")
   set(LIBC_TARGET_ARCHITECTURE_IS_SPIRV TRUE)
+elseif(LIBC_TARGET_ARCHITECTURE STREQUAL "power")
----------------
lntue wrote:

This is actually from our own parsing of target triples: https://github.com/llvm/llvm-project/blob/main/libc/cmake/modules/LLVMLibCArchitectures.cmake#L44-L45

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


More information about the libc-commits mailing list