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

Reply via email to