hanchenye-llvm-project/libunwind/test
Peter Smith 7f6e910745 [libunwind] Always use unwind tables in tests
For many targets setting -fno-exceptions will prevent unwinding tables from
being generated for the test programs. As libunwind depends on the tables to
unwind the stack several tests will fail.

This change always adds -funwind-tables so that even when -fno-exceptions
is set unwind tables are generated.

fixes PR33858

Differential Revision: https://reviews.llvm.org/D37484

llvm-svn: 316657
2017-10-26 12:02:03 +00:00
..
libunwind [libunwind] Always use unwind tables in tests 2017-10-26 12:02:03 +00:00
CMakeLists.txt Partial fix for PR33858 2017-07-26 18:13:57 +00:00
alignment.pass.cpp ARM: explicitly specify the 8-byte alignment 2017-08-23 16:50:27 +00:00
libunwind_01.pass.cpp
libunwind_02.pass.cpp
lit.cfg
lit.site.cfg.in Partial fix for PR33858 2017-07-26 18:13:57 +00:00
unw_getcontext.pass.cpp