[libunwind] [libunwind] Fix build for wasm (PR #79667)

2024-01-26 Thread via cfe-commits
https://github.com/trcrsired updated https://github.com/llvm/llvm-project/pull/79667 >From 55c3537800b0a310999f58e2b410dc5c1a6f91e4 Mon Sep 17 00:00:00 2001 From: trcrsired Date: Fri, 26 Jan 2024 18:44:41 -0500 Subject: [PATCH] [libunwind] Fix build for wasm The wasm unwind build appears to be

[libunwind] [libunwind] Fix build for wasm (PR #79667)

2024-01-26 Thread via cfe-commits
https://github.com/trcrsired updated https://github.com/llvm/llvm-project/pull/79667 >From 1bd90e6a300dc8fd0b21a5a8dda2b40a41e6b128 Mon Sep 17 00:00:00 2001 From: trcrsired Date: Fri, 26 Jan 2024 18:44:41 -0500 Subject: [PATCH 1/2] [libunwind] Fix build for wasm The wasm unwind build appears t

[libunwind] [libunwind] Fix build for wasm (PR #79667)

2024-01-26 Thread via cfe-commits
https://github.com/trcrsired updated https://github.com/llvm/llvm-project/pull/79667 >From 1bd90e6a300dc8fd0b21a5a8dda2b40a41e6b128 Mon Sep 17 00:00:00 2001 From: trcrsired Date: Fri, 26 Jan 2024 18:44:41 -0500 Subject: [PATCH] [libunwind] Fix build for wasm The wasm unwind build appears to be

[libunwind] [libunwind] Fix build for wasm (PR #79667)

2024-01-26 Thread via cfe-commits
trcrsired wrote: Fix partial formatting https://github.com/llvm/llvm-project/pull/79667 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libunwind] [libunwind] Fix build for wasm (PR #79667)

2024-01-26 Thread via cfe-commits
https://github.com/trcrsired updated https://github.com/llvm/llvm-project/pull/79667 >From 04d9c984e5ed86b013fbe0b0df2037fbf1aaeea9 Mon Sep 17 00:00:00 2001 From: trcrsired Date: Fri, 26 Jan 2024 18:44:41 -0500 Subject: [PATCH] [libunwind] Fix build for wasm The wasm unwind build appears to be

[lldb] [libc] [libcxx] [clang] [llvm] [libunwind] [libunwind] Fix build for wasm (PR #79667)

2024-01-26 Thread via cfe-commits
https://github.com/trcrsired updated https://github.com/llvm/llvm-project/pull/79667 >From 39bc0171e7c07e367446dd1abdc56fd918013a9d Mon Sep 17 00:00:00 2001 From: trcrsired Date: Fri, 26 Jan 2024 18:44:41 -0500 Subject: [PATCH] [libunwind] Fix build for wasm The wasm unwind build appears to be

[libunwind] [libunwind] Fix build for wasm (PR #79667)

2024-01-26 Thread via cfe-commits
trcrsired wrote: i do not know whether old code should be formatted or not, because the LLVM dev said do not format old code https://github.com/llvm/llvm-project/pull/79667 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org

[libunwind] [libunwind] Fix build for wasm (PR #79667)

2024-01-26 Thread via cfe-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 55c6d9103444aaf70bf680c3768c14e8649bf580 39bc0171e7c07e367446dd1abdc56fd918013a9d --

[libunwind] [libunwind] Fix build for wasm (PR #79667)

2024-01-26 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-libunwind Author: cqwrteur (trcrsired) Changes The wasm unwind build appears to be dysfunctional, likely because the author has only supplied a customized LLVM build on request, rather than a fully functional patch. This patch fixes the build --- Ful

[libunwind] [libunwind] Fix build for wasm (PR #79667)

2024-01-26 Thread via cfe-commits
github-actions[bot] wrote: Thank you for submitting a Pull Request (PR) to the LLVM Project! This PR will be automatically labeled and the relevant teams will be notified. If you wish to, you can add reviewers by using the "Reviewers" section on this page. If this is not working for you, it i

[libunwind] [libunwind] Fix build for wasm (PR #79667)

2024-01-26 Thread via cfe-commits
https://github.com/trcrsired created https://github.com/llvm/llvm-project/pull/79667 The wasm unwind build appears to be dysfunctional, likely because the author has only supplied a customized LLVM build on request, rather than a fully functional patch. This patch fixes the build >From 39bc0