[Lldb-commits] [libcxx] [flang] [lldb] [compiler-rt] [llvm] [libc] [clang] [lld] Work around GCC test failure that is caused by enabling optimizations. (PR #73998)

2023-12-02 Thread via lldb-commits
https://github.com/EricWF closed https://github.com/llvm/llvm-project/pull/73998 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [flang] [libc] [libcxx] [lld] [lldb] [compiler-rt] [clang] [llvm] [hwasan] Use ErrorAction::Recover in interceptors (PR #74000)

2023-12-02 Thread Vitaly Buka via lldb-commits
https://github.com/vitalybuka updated https://github.com/llvm/llvm-project/pull/74000 >From 672b71cc1003533460a82f06b7d24fbdc02ffd58 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Thu, 30 Nov 2023 14:44:07 -0800 Subject: [PATCH 1/3] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20in?= =?U

[Lldb-commits] [lld] [lldb] [llvm] [flang] [clang] [libc] [compiler-rt] [libcxx] [hwasan] Use ErrorAction::Recover in interceptors (PR #74000)

2023-12-02 Thread Vitaly Buka via lldb-commits
https://github.com/vitalybuka reopened https://github.com/llvm/llvm-project/pull/74000 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lld] [lldb] [llvm] [flang] [clang] [libc] [compiler-rt] [libcxx] [hwasan] Use ErrorAction::Recover in interceptors (PR #74000)

2023-12-02 Thread Vitaly Buka via lldb-commits
vitalybuka wrote: > [mmalcomson](/mmalcomson) https://github.com/llvm/llvm-project/pull/74000 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [llvm] [lld] [libcxx] [flang] [clang] [lldb] [libc] [compiler-rt] [hwasan] Use ErrorAction::Recover in interceptors (PR #74000)

2023-12-02 Thread Vitaly Buka via lldb-commits
https://github.com/vitalybuka closed https://github.com/llvm/llvm-project/pull/74000 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [llvm] [lld] [libcxx] [flang] [clang] [lldb] [libc] [compiler-rt] [hwasan] Use ErrorAction::Recover in interceptors (PR #74000)

2023-12-02 Thread Vitaly Buka via lldb-commits
https://github.com/vitalybuka updated https://github.com/llvm/llvm-project/pull/74000 >From 672b71cc1003533460a82f06b7d24fbdc02ffd58 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Thu, 30 Nov 2023 14:44:07 -0800 Subject: [PATCH 1/2] =?UTF-8?q?[=F0=9D=98=80=F0=9D=97=BD=F0=9D=97=BF]=20in?= =?U

[Lldb-commits] [clang] [lldb] [flang] [lld] [llvm] [libc] [compiler-rt] [libcxx] Work around GCC test failure that is caused by enabling optimizations. (PR #73998)

2023-12-02 Thread via lldb-commits
https://github.com/EricWF updated https://github.com/llvm/llvm-project/pull/73998 >From 2e7676bac9fb0c8694dd1ee635508ae4d4a6421d Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Thu, 30 Nov 2023 17:23:37 -0500 Subject: [PATCH 1/3] Work around GCC test failure that is caused by enabling optim

[Lldb-commits] [compiler-rt] [lldb] [libc] [clang] [lld] [llvm] [libcxx] [flang] Work around GCC test failure that is caused by enabling optimizations. (PR #73998)

2023-12-02 Thread via lldb-commits
https://github.com/EricWF updated https://github.com/llvm/llvm-project/pull/73998 >From 2e7676bac9fb0c8694dd1ee635508ae4d4a6421d Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Thu, 30 Nov 2023 17:23:37 -0500 Subject: [PATCH 1/2] Work around GCC test failure that is caused by enabling optim

[Lldb-commits] [clang] [lld] [lldb] [llvm] [libc] [libcxx] [flang] [compiler-rt] Work around GCC test failure that is caused by enabling optimizations. (PR #73998)

2023-12-02 Thread via lldb-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff 7ec4f6094e54911794c142b5d88496a220d807d6 aaa004f3bd13743195865d5ab09f5ed81757b2a7 --

[Lldb-commits] [clang] [lld] [lldb] [llvm] [libc] [libcxx] [flang] [compiler-rt] Work around GCC test failure that is caused by enabling optimizations. (PR #73998)

2023-12-02 Thread via lldb-commits
https://github.com/EricWF updated https://github.com/llvm/llvm-project/pull/73998 >From 2e7676bac9fb0c8694dd1ee635508ae4d4a6421d Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Thu, 30 Nov 2023 17:23:37 -0500 Subject: [PATCH] Work around GCC test failure that is caused by enabling optimizat

[Lldb-commits] [lldb] [lldb] Additional pieces towards OpenBSD support (PR #74198)

2023-12-02 Thread Brad Smith via lldb-commits
@@ -1245,9 +1245,10 @@ bool FormatEntity::Format(const Entry &entry, Stream &s, llvm::Triple::OSType ostype = arch.IsValid() ? arch.GetTriple().getOS() : llvm::Triple::Unknow

[Lldb-commits] [lldb] [lldb] Additional pieces towards OpenBSD support (PR #74198)

2023-12-02 Thread Brad Smith via lldb-commits
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/74198 >From f79dcfc95ffba5ba10ce5fa7ff4ffcd8dc3f0254 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 2 Dec 2023 10:20:48 -0500 Subject: [PATCH] [lldb] Additional pieces towards OpenBSD support --- lldb/source/Core/

[Lldb-commits] [lldb] [lldb] Additional pieces towards OpenBSD support (PR #74198)

2023-12-02 Thread Ed Maste via lldb-commits
@@ -1245,9 +1245,10 @@ bool FormatEntity::Format(const Entry &entry, Stream &s, llvm::Triple::OSType ostype = arch.IsValid() ? arch.GetTriple().getOS() : llvm::Triple::Unknow

[Lldb-commits] [lldb] [lldb] Additional pieces towards OpenBSD support (PR #74198)

2023-12-02 Thread Brad Smith via lldb-commits
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/74198 >From 864c2a515f8894df80d9d543a771f8fc5ba74345 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 2 Dec 2023 10:20:48 -0500 Subject: [PATCH] [lldb] Additional pieces towards OpenBSD support --- lldb/source/Core/

[Lldb-commits] [lldb] [lldb] Additional pieces towards OpenBSD support (PR #74198)

2023-12-02 Thread Brad Smith via lldb-commits
https://github.com/brad0 unassigned https://github.com/llvm/llvm-project/pull/74198 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Additional pieces towards OpenBSD support (PR #74198)

2023-12-02 Thread via lldb-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff cbf7b52a65890ea72cb6319bfdf98d92dd9ddc81 3281024daed54f60cc091f1a801831a81b47ec7e --

[Lldb-commits] [lldb] [lldb] Additional pieces towards OpenBSD support (PR #74198)

2023-12-02 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Brad Smith (brad0) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/74198.diff 8 Files Affected: - (modified) lldb/source/Core/FormatEntity.cpp (+4-3) - (modified) lldb/source/Host/common/SocketAddress.cpp (+4-2) - (mo

[Lldb-commits] [lldb] [lldb] Additional pieces towards OpenBSD support (PR #74198)

2023-12-02 Thread Brad Smith via lldb-commits
https://github.com/brad0 created https://github.com/llvm/llvm-project/pull/74198 None >From 3281024daed54f60cc091f1a801831a81b47ec7e Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 2 Dec 2023 10:20:48 -0500 Subject: [PATCH] [lldb] Additional pieces towards OpenBSD support --- lldb/source

[Lldb-commits] [lldb] [lldb] Fix build on NetBSD (PR #74190)

2023-12-02 Thread Michał Górny via lldb-commits
https://github.com/mgorny approved this pull request. LGTM. Thanks! https://github.com/llvm/llvm-project/pull/74190 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Fix building on NetBSD 8.x (PR #74191)

2023-12-02 Thread Michał Górny via lldb-commits
https://github.com/mgorny approved this pull request. LGTM, though I don;t have an environment to test it. https://github.com/llvm/llvm-project/pull/74191 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/

[Lldb-commits] [lldb] [lldb] Fix building on NetBSD 8.x (PR #74191)

2023-12-02 Thread Brad Smith via lldb-commits
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/74191 >From 855c6cba4a77aae71ee48a1bc141767b56a9c6c6 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 2 Dec 2023 05:52:53 -0500 Subject: [PATCH] [lldb] Fix building on NetBSD 8.x PT_STOP was introduced with NetBSD 9.

[Lldb-commits] [lldb] [lldb] Fix building on NetBSD 8.x (PR #74191)

2023-12-02 Thread Brad Smith via lldb-commits
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/74191 >From fc902910d55c5c38eb8b3ac3519b3285fab58b66 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 2 Dec 2023 05:52:53 -0500 Subject: [PATCH] [lldb] Fix building on NetBSD 8.x PT_STOP was introduced with NetBSD 9.

[Lldb-commits] [lldb] [lldb] Fix building on NetBSD 8.x (PR #74191)

2023-12-02 Thread Brad Smith via lldb-commits
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/74191 >From 7b61f0c5a4b78301eda6404273e4c2c70ef2570a Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 2 Dec 2023 05:52:53 -0500 Subject: [PATCH] [lldb] Fix building on NetBSD 8.x --- .../Process/NetBSD/NativeProcess

[Lldb-commits] [lldb] [lldb] Fix building on NetBSD 8.x (PR #74191)

2023-12-02 Thread via lldb-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff e9c6f3f5e7e23b23de4eeaa182ebfcb7d2188495 a52f402403beeb9aefbc28e80622b9d3bfb30d63 --

[Lldb-commits] [lldb] [lldb] Fix building on NetBSD 8.x (PR #74191)

2023-12-02 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Brad Smith (brad0) Changes PT_STOP was introduced with NetBSD 9.0. --- Full diff: https://github.com/llvm/llvm-project/pull/74191.diff 2 Files Affected: - (modified) lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp (+25-2) - (

[Lldb-commits] [lldb] [lldb] Fix building on NetBSD 8.x (PR #74191)

2023-12-02 Thread Brad Smith via lldb-commits
https://github.com/brad0 created https://github.com/llvm/llvm-project/pull/74191 PT_STOP was introduced with NetBSD 9.0. >From a52f402403beeb9aefbc28e80622b9d3bfb30d63 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 2 Dec 2023 05:52:53 -0500 Subject: [PATCH] [lldb] Fix building on NetBSD 8

[Lldb-commits] [lldb] [lldb] Fix build on NetBSD (PR #74190)

2023-12-02 Thread Brad Smith via lldb-commits
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/74190 >From 33e60078b75b9e4e7b433219e9e158bdfd1ef046 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 2 Dec 2023 03:52:38 -0500 Subject: [PATCH] [lldb] Fix build on NetBSD lldb/source/Host/netbsd/HostNetBSD.cpp:112:3

[Lldb-commits] [lldb] [lldb] Fix build on NetBSD (PR #74190)

2023-12-02 Thread via lldb-commits
github-actions[bot] wrote: :warning: C/C++ code formatter, clang-format found issues in your code. :warning: You can test this locally with the following command: ``bash git-clang-format --diff f6d6809d787b7f5d150715aa475f71bca083aebd e1ecbbc29128f54bc03b6515b92e4a642586f829 --

[Lldb-commits] [lldb] [lldb] Fix build on NetBSD (PR #74190)

2023-12-02 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: Brad Smith (brad0) Changes ``` lldb/source/Host/netbsd/HostNetBSD.cpp:112:32: error: reinterpret_cast from 'const uint8_t *' (aka 'const unsigned char *') to 'char *' casts away qualifiers {reinterpret_cast

[Lldb-commits] [lldb] [lldb] Fix build on NetBSD (PR #74190)

2023-12-02 Thread Brad Smith via lldb-commits
https://github.com/brad0 created https://github.com/llvm/llvm-project/pull/74190 ``` lldb/source/Host/netbsd/HostNetBSD.cpp:112:32: error: reinterpret_cast from 'const uint8_t *' (aka 'const unsigned char *') to 'char *' casts away qualifiers {reinterpret_cast(buff