=?utf-8?q?Csanád_Hajdú?= <csanad.ha...@arm.com>,
=?utf-8?q?Csanád_Hajdú?= <csanad.ha...@arm.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/140...@github.com>


================
@@ -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
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to