[libcxx-commits] [PATCH] D61792: [PPC] Fix 32-bit build of libunwind

Saleem Abdulrasool via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 13 11:20:12 PDT 2019


compnerd added inline comments.


================
Comment at: libunwind/src/assembly.h:32
-#elif defined(__POWERPC__) || defined(__powerpc__) || defined(__ppc__)
-#define SEPARATOR @
 #elif defined(__arm64__)
----------------
Why the removal of this?  This is the correct separator IIRC.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61792





More information about the libcxx-commits mailing list