[libunwind] [libunwind][Haiku] Improve support (PR #115462)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 2 19:33:42 PST 2024
=?utf-8?q?Jérôme?= Duval <jerome.duval at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/115462 at github.com>
================
@@ -2749,6 +2755,63 @@ int UnwindCursor<A, R>::stepThroughSigReturn(Registers_arm64 &) {
_isSignalFrame = true;
return UNW_STEP_SUCCESS;
}
+#elif defined(_LIBUNWIND_TARGET_HAIKU) && defined(_LIBUNWIND_TARGET_X86_64)
----------------
MaskRay wrote:
```
}
#elif ...
#include ...
```
the blank line is preferred before `#elif`, not after
https://github.com/llvm/llvm-project/pull/115462
More information about the cfe-commits
mailing list