[libc++abi] Fix forced_unwind tests failures on ARM/EHABI targets.
authorVladimir Vereschaka <vvereschaka@accesssoftek.com>
Fri, 12 Feb 2021 21:58:41 +0000 (13:58 -0800)
committerVladimir Vereschaka <vvereschaka@accesssoftek.com>
Fri, 12 Feb 2021 21:58:41 +0000 (13:58 -0800)
commitc40b83199f01f36647b083dfd353d92134bc4973
treeae7d50bc09f57585bead88008e215eb12344c3ef
parent7c749baa3a26ac4d9b7ee94b93356c3c72714755
[libc++abi] Fix forced_unwind tests failures on ARM/EHABI targets.

Added __cxxabi_config.h includes to resolve _LIBCXXABI_ARM_EHABI and
proper building the forces_unwindX.cpp tests for the ARM/EHABI targets.

Differential Revision: https://reviews.llvm.org/D96378
libcxxabi/test/forced_unwind1.pass.cpp
libcxxabi/test/forced_unwind2.pass.cpp