[all-commits] [llvm/llvm-project] a4fa66: [libc++abi] Disable _Unwind_ForcedUnwind + excepti...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Fri Feb 5 14:12:45 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a4fa667dee6012e350bd405ee7a759a53738b279
https://github.com/llvm/llvm-project/commit/a4fa667dee6012e350bd405ee7a759a53738b279
Author: Fangrui Song <i at maskray.me>
Date: 2021-02-05 (Fri, 05 Feb 2021)
Changed paths:
M libcxxabi/test/forced_unwind1.pass.cpp
M libcxxabi/test/forced_unwind2.pass.cpp
Log Message:
-----------
[libc++abi] Disable _Unwind_ForcedUnwind + exception tests for ARM EHABI
libunwind ARM EHABI does not support _Unwind_ForcedUnwind yet.
In addition, ARM EHABI makes `_Unwind_Exception` a typedef so
`struct _Unwind_Exception*` cannot be used.
More information about the All-commits
mailing list