[Lldb-commits] [lldb] [lldb][AIX] Adding AIX version of ptrace64 (PR #120390)
Dhruv Srivastava via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 18 01:56:36 PST 2024
================
@@ -47,8 +47,7 @@ static void write_string(int error_fd, const char *str) {
(void)r;
}
-[[noreturn]] static void ExitWithError(int error_fd,
- const char *operation) {
+[[noreturn]] static void ExitWithError(int error_fd, const char *operation) {
----------------
DhruvSrivastavaX wrote:
Added by clang-format
https://github.com/llvm/llvm-project/pull/120390
More information about the lldb-commits
mailing list