llvm-project/libunwind/test
Louis Dionne fa1c077b41 [runtimes] Remove support for GCC-style 32 bit multilib builds
This patch removes the ability to build the runtimes in the 32 bit
multilib configuration, i.e. using -m32. Instead of doing this, one
should cross-compile the runtimes for the appropriate target triple,
like we do for all other triples.

As it stands, -m32 has several issues, which all seem to be related to
the fact that it's not well supported by the operating systems that
libc++ support. The simplest path towards fixing this is to remove
support for the configuration, which is also the best course of action
if there is little interest for keeping that configuration. If there
is a desire to keep this configuration around, we'll need to do some
work to figure out the underlying issues and fix them.

Differential Revision: https://reviews.llvm.org/D114473
2021-12-01 12:57:01 -05:00
..
configs [libunwind] Fix testing with sanitizers enabled 2021-11-25 15:28:17 -05:00
libunwind [libc++abi] Change LIBCXXABI_NO_TIMER to LIBCXXABI_USE_TIMER 2021-10-13 08:02:31 -04:00
CMakeLists.txt [runtimes] Remove support for GCC-style 32 bit multilib builds 2021-12-01 12:57:01 -05:00
alignment.compile.pass.cpp [runtimes] Use int main(int, char**) consistently in tests 2020-10-08 14:28:13 -04:00
floatregister.pass.cpp [libunwind] Support cfi_undefined and cfi_register for float registers. 2021-09-27 12:04:02 +02:00
forceunwind.pass.cpp [libunwind] Fix testing with sanitizers enabled 2021-11-25 15:28:17 -05:00
frameheadercache_test.pass.cpp [libunwind] Fix testing with sanitizers enabled 2021-11-25 15:28:17 -05:00
libunwind_01.pass.cpp [libunwind] Fix testing with sanitizers enabled 2021-11-25 15:28:17 -05:00
libunwind_02.pass.cpp [libunwind] Fix testing with sanitizers enabled 2021-11-25 15:28:17 -05:00
lit.cfg.py [libunwind] Allow specifying custom Lit config files 2020-06-25 12:15:15 -04:00
lit.site.cfg.in [runtimes] Add tests for vendor-specific properties 2021-10-07 15:46:20 -04:00
remember_state_leak.pass.sh.s [runtimes] Remove support for GCC-style 32 bit multilib builds 2021-12-01 12:57:01 -05:00
signal_frame.pass.cpp [libunwind] Fix testing with sanitizers enabled 2021-11-25 15:28:17 -05:00
signal_unwind.pass.cpp [libunwind] Fix testing with sanitizers enabled 2021-11-25 15:28:17 -05:00
unw_getcontext.pass.cpp [libunwind] Fix testing with sanitizers enabled 2021-11-25 15:28:17 -05:00
unwind_leaffunction.pass.cpp [libunwind] Fix testing with sanitizers enabled 2021-11-25 15:28:17 -05:00