diff options
author | Alex Rønne Petersen <alex@alexrp.com> | 2025-06-23 18:49:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-23 18:49:30 +0200 |
commit | 081adc15e8985057ee9ecd655029752afdd3a304 (patch) | |
tree | b468e75540126bdee06a7b91c56c753469a7fb04 /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | 7a33569510535f0b917a2e50f644bf57490aee24 (diff) | |
download | llvm-081adc15e8985057ee9ecd655029752afdd3a304.zip llvm-081adc15e8985057ee9ecd655029752afdd3a304.tar.gz llvm-081adc15e8985057ee9ecd655029752afdd3a304.tar.bz2 |
[Triple][CodeGen] Fix `Triple::isTargetEHABICompatible()` for NetBSD (#143549)
Even for EABI, NetBSD uses DWARF EH, not EHABI. This change matches the
Clang frontend behavior, and fixes link errors caused by incorrect
references to `__cxa_end_cleanup` rather than `_Unwind_Resume`.
With this change and #143055, I was able to run
[zig-bootstrap](https://github.com/ziglang/zig-bootstrap) to completion
for `arm-netbsd10.1-eabihf`.
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions