=?utf-8?q?Csanád_Hajdú?= <[email protected]>, =?utf-8?q?Csanád_Hajdú?= <[email protected]> Message-ID: In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================ @@ -16,6 +16,8 @@ #if defined(_AIX) .toc +#elif defined(__aarch64__) && defined(__ELF__) && defined(_LIBUNWIND_EXECUTE_ONLY_CODE) ---------------- MaskRay wrote: `defined(__ELF__)` seems unnecessary. Perhaps LIBUNWIND_EXECUTE_ONLY_CODE could have a check to reject non-ELF platforms https://github.com/llvm/llvm-project/pull/140554 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
