llvm-project/libunwind/test
Martin Storsjö 938c70b86c Revert "Enable `-funwind-tables` flag when building libunwind"
This reverts commit b3fdf33ba6.

This change broke building libunwind for Windows/MinGW, and broke
on aspect of the CMake tests in libunwind in general.

After set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY), CMake
skips the linking step in tests, but cmake/config-ix.cmake also
does a few checks for functions in libraries (looking for whether
-lc provides fopen and whether -ldl provides dladdr).

As CMake only tests building a static library, these tests
incorrectly succeed and CMake concludes "Looking for fopen in c -
found" and "Looking for dladdr in dl - found", while building
then fails at the end with errors about unable to find -lc and -ldl.
2019-12-04 09:29:15 +02:00
..
libunwind Revert "Enable `-funwind-tables` flag when building libunwind" 2019-12-04 09:29:15 +02:00
CMakeLists.txt Revert "Enable `-funwind-tables` flag when building libunwind" 2019-12-04 09:29:15 +02:00
alignment.pass.cpp Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
libunwind_01.pass.cpp [libunwind] Adjust libunwind_01.pass.cpp test for ARM EHABI 2019-10-03 17:01:04 +00:00
libunwind_02.pass.cpp
lit.cfg [PPC64][libunwind] Fix r2 not properly restored 2019-05-16 06:49:13 +00:00
lit.site.cfg.in Revert "Enable `-funwind-tables` flag when building libunwind" 2019-12-04 09:29:15 +02:00
signal_frame.pass.cpp Revert "Enable `-funwind-tables` flag when building libunwind" 2019-12-04 09:29:15 +02:00
unw_getcontext.pass.cpp