[libcxx-commits] [PATCH] D91906: Multiple preprocessor fixes for libunwind on PowerPC*.

Brandon Bergren via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Nov 21 07:53:50 PST 2020


Bdragon28 added inline comments.


================
Comment at: libunwind/src/Registers.hpp:1522
     return true;
-#else
+#elseif defined(__ALTIVEC__)
   if (regNum >= UNW_PPC64_V0 && regNum <= UNW_PPC64_V31)
----------------
#elif rather. Not sure why I had a typo in my local tree.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91906



More information about the libcxx-commits mailing list