[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:19 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")
----------------
kaladron wrote:

```llvm-project/libc$ grep -rn LIBC_TARGET_ARCHITECTURE * | grep power```

isn't returning anything, and I know that it's often referred to (incorrectly) as "powerpc".  Are we sure this is right?


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


More information about the libc-commits mailing list