[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



git-svn-id: https://llvm.org/svn/llvm-project/libunwind/trunk@316657 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed