[libcxx-commits] [PATCH] D137513: [libc++] Replace __ppc64__ with __powerpc64__

Daniel Kolesa via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 7 10:17:44 PST 2022


q66 added a comment.

but you are right; that means you can simply change you patch to use `#if defined(__powerpc__) && defined(__LONG_DOUBLE_IBM128__)` instead of `#ifdef __powerpc__` and it will be fully correct


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D137513/new/

https://reviews.llvm.org/D137513



More information about the libcxx-commits mailing list