[libunwind] [libunwind] Remove needless `sys/uio.h` (PR #97495)

2024-07-03 Thread Joseph Huber via cfe-commits

https://github.com/jhuber6 closed 
https://github.com/llvm/llvm-project/pull/97495
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[libunwind] [libunwind] Remove needless `sys/uio.h` (PR #97495)

2024-07-03 Thread Louis Dionne via cfe-commits

https://github.com/ldionne approved this pull request.

LGTM if CI is happy.

https://github.com/llvm/llvm-project/pull/97495
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[libunwind] [libunwind] Remove needless `sys/uio.h` (PR #97495)

2024-07-02 Thread Izaak Schroeder via cfe-commits

https://github.com/izaakschroeder edited 
https://github.com/llvm/llvm-project/pull/97495
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[libunwind] [libunwind] Remove needless `sys/uio.h` (PR #97495)

2024-07-02 Thread Izaak Schroeder via cfe-commits

https://github.com/izaakschroeder edited 
https://github.com/llvm/llvm-project/pull/97495
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[libunwind] [libunwind] Remove needless `sys/uio.h` (PR #97495)

2024-07-02 Thread Izaak Schroeder via cfe-commits

izaakschroeder wrote:

/cc @michaelrj-google @jhuber6 

https://github.com/llvm/llvm-project/pull/97495
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[libunwind] [libunwind] Remove needless `sys/uio.h` (PR #97495)

2024-07-02 Thread via cfe-commits

llvmbot wrote:




@llvm/pr-subscribers-libunwind

Author: Izaak Schroeder (izaakschroeder)


Changes

No reference to `readv` or `writev`.

---
Full diff: https://github.com/llvm/llvm-project/pull/97495.diff


1 Files Affected:

- (modified) libunwind/src/UnwindCursor.hpp (-1) 


``diff
diff --git a/libunwind/src/UnwindCursor.hpp b/libunwind/src/UnwindCursor.hpp
index 66fe8e2a32cca..677e842d8a22b 100644
--- a/libunwind/src/UnwindCursor.hpp
+++ b/libunwind/src/UnwindCursor.hpp
@@ -36,7 +36,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #define _LIBUNWIND_CHECK_LINUX_SIGRETURN 1
 #endif

``




https://github.com/llvm/llvm-project/pull/97495
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[libunwind] [libunwind] Remove needless `sys/uio.h` (PR #97495)

2024-07-02 Thread Izaak Schroeder via cfe-commits

https://github.com/izaakschroeder created 
https://github.com/llvm/llvm-project/pull/97495

No reference to `readv` or `writev`.

>From 03b4411534405fc4a4e9dcb5ec94afdd455a8e38 Mon Sep 17 00:00:00 2001
From: Izaak Schroeder 
Date: Sun, 30 Jun 2024 13:33:38 -0700
Subject: [PATCH] [libunwind] Remove needless `sys/uio.h`

No reference to `readv` or `writev`.
---
 libunwind/src/UnwindCursor.hpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libunwind/src/UnwindCursor.hpp b/libunwind/src/UnwindCursor.hpp
index 66fe8e2a32cca..677e842d8a22b 100644
--- a/libunwind/src/UnwindCursor.hpp
+++ b/libunwind/src/UnwindCursor.hpp
@@ -36,7 +36,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #define _LIBUNWIND_CHECK_LINUX_SIGRETURN 1
 #endif

___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits