[all-commits] [llvm/llvm-project] 8877b9: [LLDB][MIPS] Fix signal SIGBUS number mismatch err...
yingopq via All-commits
all-commits at lists.llvm.org
Wed Apr 9 01:54:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8877b913ae88c6ae43e859316489fe0469293131
https://github.com/llvm/llvm-project/commit/8877b913ae88c6ae43e859316489fe0469293131
Author: yingopq <115543042+yingopq at users.noreply.github.com>
Date: 2025-04-09 (Wed, 09 Apr 2025)
Changed paths:
M lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
Log Message:
-----------
[LLDB][MIPS] Fix signal SIGBUS number mismatch error on mips target (#132688)
Now, because we do not support mips debugging, if we compile LLVM on
mips target, would report error `static assertion failed:Value mismatch
for signal number SIGBUS`, so add this condition to avoid error.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list