[libunwind] [libunwind] Fix libunwind library path for runtime test (PR #110777)

2024-10-02 Thread Louis Dionne via cfe-commits
ldionne wrote: > > This can be merged by whoever sees the CI green first. > > There are 6 failing build so far but all due to the "runner received a > shutdown signal", not actually a build/test failure? Should I do another > rebase to trigger a rerun? Or we can just land it now? Merged since

[libunwind] [libunwind] Fix libunwind library path for runtime test (PR #110777)

2024-10-02 Thread Louis Dionne via cfe-commits
https://github.com/ldionne closed https://github.com/llvm/llvm-project/pull/110777 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libunwind] [libunwind] Fix libunwind library path for runtime test (PR #110777)

2024-10-02 Thread via cfe-commits
zeroomega wrote: > This can be merged by whoever sees the CI green first. There are 6 failing build so far but all due to the "runner received a shutdown signal", not actually a build/test failure? Should I do another rebase to trigger a rerun? Or we can just land it now? https://github.com/l

[libunwind] [libunwind] Fix libunwind library path for runtime test (PR #110777)

2024-10-02 Thread Louis Dionne via cfe-commits
ldionne wrote: This can be merged by whoever sees the CI green first. https://github.com/llvm/llvm-project/pull/110777 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libunwind] [libunwind] Fix libunwind library path for runtime test (PR #110777)

2024-10-02 Thread Louis Dionne via cfe-commits
ldionne wrote: I rebased onto `main` to trigger the CI again. https://github.com/llvm/llvm-project/pull/110777 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libunwind] [libunwind] Fix libunwind library path for runtime test (PR #110777)

2024-10-02 Thread Louis Dionne via cfe-commits
https://github.com/ldionne updated https://github.com/llvm/llvm-project/pull/110777 >From cb81337ae2828f330424b3c45a4161bc1e88ae18 Mon Sep 17 00:00:00 2001 From: Haowei Wu Date: Tue, 1 Oct 2024 18:16:44 -0700 Subject: [PATCH] [libunwind] Fix libunwind library path for runtime test This patch f

[libunwind] [libunwind] Fix libunwind library path for runtime test (PR #110777)

2024-10-02 Thread Louis Dionne via cfe-commits
https://github.com/ldionne approved this pull request. LGTM assuming the CI is green. https://github.com/llvm/llvm-project/pull/110777 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[libunwind] [libunwind] Fix libunwind library path for runtime test (PR #110777)

2024-10-01 Thread via cfe-commits
zeroomega wrote: Looks like https://github.com/llvm/llvm-project/pull/108999 broke the check bots. https://github.com/llvm/llvm-project/pull/110777 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo

[libunwind] [libunwind] Fix libunwind library path for runtime test (PR #110777)

2024-10-01 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-libunwind Author: Haowei (zeroomega) Changes This patch fixes an issue when test runner cannot find libwind library when LLVM_ENABLE_PER_TARGET_RUNTIME_DIR is used. --- Full diff: https://github.com/llvm/llvm-project/pull/110777.diff 1 Files Affected

[libunwind] [libunwind] Fix libunwind library path for runtime test (PR #110777)

2024-10-01 Thread via cfe-commits
zeroomega wrote: Test run on our downstream bot: https://ci.chromium.org/ui/p/fuchsia/builders/toolchain.ci.shadow/clang-linux-x64/b8735236964550803665/overview This patch should address the build failure introduced in PR #110171 https://github.com/llvm/llvm-project/pull/110777 ___

[libunwind] [libunwind] Fix libunwind library path for runtime test (PR #110777)

2024-10-01 Thread via cfe-commits
https://github.com/zeroomega created https://github.com/llvm/llvm-project/pull/110777 This patch fixes an issue when test runner cannot find libwind library when LLVM_ENABLE_PER_TARGET_RUNTIME_DIR is used. >From c8d071ba2bc9dae14676304dc6a221319527ffe0 Mon Sep 17 00:00:00 2001 From: Haowei Wu