=?utf-8?q?Jérôme?= Duval <[email protected]>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits