[libunwind] Always use unwind tables in tests
authorPeter Smith <peter.smith@linaro.org>
Thu, 26 Oct 2017 12:02:03 +0000 (12:02 +0000)
committerPeter Smith <peter.smith@linaro.org>
Thu, 26 Oct 2017 12:02:03 +0000 (12:02 +0000)
commit7f6e91074528d4a5a73c47867720d09f73e9b60f
treecb13abe06b5f7e4dc51768afaf41c7b332eb81e0
parentb633acac9f1b9c4c7b0eb75c45c2ce4cc08ad72e
[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
libunwind/test/libunwind/test/config.py