================ @@ -22,6 +22,15 @@ #include "dwarf2.h" #include "libunwind_ext.h" +#if defined(_LIBUNWIND_TARGET_PPC64) && defined(__BYTE_ORDER__) && \ ---------------- MaskRay wrote:
If this ELFv2 issue applies big-endian, `defined(_CALL_ELF) && _CALL_ELF == 2` https://github.com/llvm/llvm-project/pull/212142 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
