[libcxx-commits] [PATCH] D79852: [libunwind] Fix wrong endianness check in Unwind-EHABI

Saleem Abdulrasool via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 29 08:40:03 PDT 2020


compnerd accepted this revision.
compnerd added a comment.

This seems fine with the minor thing that the original check was not incorrect, merely not as portable, `__BYTE_ORDER__` is more portable.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79852





More information about the libcxx-commits mailing list