https://github.com/brad0 closed https://github.com/llvm/llvm-project/pull/116608
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/alexrp updated
https://github.com/llvm/llvm-project/pull/116608
From 9955135c2027d268b9260adabaaf021848f91059 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?=
Date: Mon, 18 Nov 2024 13:12:30 +0100
Subject: [PATCH] [libunwind] Fix compilation for the x32
https://github.com/alexrp updated
https://github.com/llvm/llvm-project/pull/116608
From 3a35fd5823545560041b4e091519895b7f7c89bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?=
Date: Mon, 18 Nov 2024 13:12:30 +0100
Subject: [PATCH] [libunwind] Fix compilation for the x32
alexrp wrote:
ping
https://github.com/llvm/llvm-project/pull/116608
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/alexrp updated
https://github.com/llvm/llvm-project/pull/116608
From 87f34d96faea8288e351f4450afa0710b2567fd3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?=
Date: Mon, 18 Nov 2024 13:12:30 +0100
Subject: [PATCH] [libunwind] Fix compilation for the x32
https://github.com/alexrp updated
https://github.com/llvm/llvm-project/pull/116608
From a6ec7f3cff4ae825a3be289636a4cf2c2e436f95 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?=
Date: Mon, 18 Nov 2024 13:12:30 +0100
Subject: [PATCH] [libunwind] Fix compilation for the x32
https://github.com/alexrp updated
https://github.com/llvm/llvm-project/pull/116608
From 23a2f6900fb838ffdbad177839d3f2da6d5cf52f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?=
Date: Mon, 18 Nov 2024 13:12:30 +0100
Subject: [PATCH] [libunwind] Fix compilation for the x32
https://github.com/alexrp updated
https://github.com/llvm/llvm-project/pull/116608
From dfcfbd6b9fbcd92326192677ba8e73d195719300 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?=
Date: Mon, 18 Nov 2024 13:12:30 +0100
Subject: [PATCH] [libunwind] Fix compilation for the x32
alexrp wrote:
CI failure here seems unrelated:
https://github.com/llvm/llvm-project/actions/runs/11930420176/job/33253113656?pr=116608
https://github.com/llvm/llvm-project/pull/116608
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lis
https://github.com/MaskRay approved this pull request.
https://github.com/llvm/llvm-project/pull/116608
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
arichardson wrote:
> > ⚠️ C/C++ code formatter, clang-format found issues in your code. ⚠️
>
> Ok, but this is just clearly silly given the surrounding code.
Yes I would ignore this.
This change looks reasonable to me. I have no experience with the x32 parts of
libunwind, but if it fixes the
https://github.com/alexrp updated
https://github.com/llvm/llvm-project/pull/116608
From 02ec3d180762af089ad3d2a6d0a7261dff9d780e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?=
Date: Mon, 18 Nov 2024 13:12:30 +0100
Subject: [PATCH] [libunwind] Fix compilation for the x32
https://github.com/alexrp updated
https://github.com/llvm/llvm-project/pull/116608
From 41ef6f8684e88188e75427939acbae353ae61a2b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?=
Date: Mon, 18 Nov 2024 13:12:30 +0100
Subject: [PATCH] [libunwind] Fix compilation for the x32
llvmbot wrote:
@llvm/pr-subscribers-libunwind
Author: Alex Rønne Petersen (alexrp)
Changes
This would previously fail the static assertions in `UnwindCursor.hpp` due to
`UnwindCursor`'s size not matching `unw_cursor_t`'s size. As is done for MIPS
N32, this just declares the appropriate s
alexrp wrote:
> ⚠️ C/C++ code formatter, clang-format found issues in your code. ⚠️
Ok, but this is just clearly silly given the surrounding code.
https://github.com/llvm/llvm-project/pull/116608
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
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 c95daac4c19fe54eeeb4d0ec5ca23f2673d1de71
279b29320b45b88ca110534f08ba627fe28016c2 --e
https://github.com/alexrp created
https://github.com/llvm/llvm-project/pull/116608
This would previously fail the static assertions in `UnwindCursor.hpp` due to
`UnwindCursor`'s size not matching `unw_cursor_t`'s size. As is done for MIPS
N32, this just declares the appropriate size in `__libu
17 matches
Mail list logo