[Lldb-commits] [lldb] [Mips] Fix signal number of SIGBUS on mips (PR #132688)

2025-03-24 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: None (yingopq) Changes MIPS changed the SIGBUS signal number to be the same as other architectures. So we would fail to compile llvm on mips. The relevant modification link is: https://reviews.llvm.org/D146285 --- Full diff: https://github

[Lldb-commits] [lldb] [Mips] Fix signal number of SIGBUS on mips (PR #132688)

2025-03-24 Thread via lldb-commits
https://github.com/yingopq created https://github.com/llvm/llvm-project/pull/132688 MIPS changed the SIGBUS signal number to be the same as other architectures. So we would fail to compile llvm on mips. The relevant modification link is: https://reviews.llvm.org/D146285 >From e8cf384fa9e2b903c