[Lldb-commits] [lldb] [lldb][AIX] Minor AIX specific changes (PR #132718)

2025-04-05 Thread Pavel Labath via lldb-commits
https://github.com/labath approved this pull request. https://github.com/llvm/llvm-project/pull/132718 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][AIX] Minor AIX specific changes (PR #132718)

2025-03-25 Thread Dhruv Srivastava via lldb-commits
https://github.com/DhruvSrivastavaX closed https://github.com/llvm/llvm-project/pull/132718 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb][AIX] Minor AIX specific changes (PR #132718)

2025-03-25 Thread Dhruv Srivastava via lldb-commits
https://github.com/DhruvSrivastavaX updated https://github.com/llvm/llvm-project/pull/132718 >From c6392f75d270467300c5cf6cdbcfae088d1e48eb Mon Sep 17 00:00:00 2001 From: Dhruv-Srivastava Date: Mon, 24 Mar 2025 06:44:24 -0500 Subject: [PATCH 1/2] Minor AIX specific changes --- lldb/source/Hos

[Lldb-commits] [lldb] [lldb][AIX] Minor AIX specific changes (PR #132718)

2025-03-25 Thread Dhruv Srivastava via lldb-commits
@@ -19,7 +19,9 @@ #include #include #include +#ifndef _AIX #include +#endif DhruvSrivastavaX wrote: Done, checked compilation on linux as well. https://github.com/llvm/llvm-project/pull/132718 ___ lldb-commits

[Lldb-commits] [lldb] [lldb][AIX] Minor AIX specific changes (PR #132718)

2025-03-25 Thread Pavel Labath via lldb-commits
@@ -19,7 +19,9 @@ #include #include #include +#ifndef _AIX #include +#endif labath wrote: Let's try deleting this. AFAICT, the file does not actually depend on the header (anymore). ```suggestion ``` https://github.com/llvm/llvm-project/pull/132718 ___

[Lldb-commits] [lldb] [lldb][AIX] Minor AIX specific changes (PR #132718)

2025-03-24 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Dhruv Srivastava (DhruvSrivastavaX) Changes This PR is in reference to porting LLDB on AIX. Link to discussions on llvm discourse and github: 1. https://discourse.llvm.org/t/port-lldb-to-ibm-aix/80640 2. https://github.com/llvm/llvm-projec

[Lldb-commits] [lldb] [lldb][AIX] Minor AIX specific changes (PR #132718)

2025-03-24 Thread Dhruv Srivastava via lldb-commits
https://github.com/DhruvSrivastavaX created https://github.com/llvm/llvm-project/pull/132718 This PR is in reference to porting LLDB on AIX. Link to discussions on llvm discourse and github: 1. https://discourse.llvm.org/t/port-lldb-to-ibm-aix/80640 2. https://github.com/llvm/llvm-project/issu