[libunwind] [libunwind] Fix exposure of UNW_AARCH64_RA_SIGN_STATE through _Unwind… (PR #205188)
Daniil Kovalev via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 26 10:14:33 PDT 2026
================
@@ -0,0 +1,155 @@
+// -*- C++ -*-
----------------
kovdan01 wrote:
Very minor nit: BTW, which C++ features does this test rely on, except a couple of `constexpr` named constants? It's just looks very C-style, and I'm wondering if it would make sense to make it actually C source, not C++.
Feel free to ignore
https://github.com/llvm/llvm-project/pull/205188
More information about the cfe-commits
mailing list