Files
clang-p2996/llvm/include
Alex Rønne Petersen 081adc15e8 [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`.
2025-06-23 18:49:30 +02:00
..