You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxxabi/test
Daniel Sanders 837346f99a Merging r243296:
------------------------------------------------------------------------
r243296 | dsanders | 2015-07-27 19:20:17 +0100 (Mon, 27 Jul 2015) | 16 lines

[libcxxabi] Add -funwind-tables to the test compilation options.

Summary:
backtrace_test.pass.cpp depends on unwind tables. These are generated by
-funwind-tables which is the default for x86 but not for other targets.

Thanks to Nitesh Jain for helping to narrow this down.

Fixes PR24148

Reviewers: jroelofs

Subscribers: cfe-commits, jroelofs, llvm-commits, hans

Differential Revision: http://reviews.llvm.org/D11529

------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/branches/release_37@243649 91177308-0d34-0410-b5e6-96231b3b80d8
10 years ago
..
libcxxabi Merging r243296: 10 years ago
support Fix comment on end of #endif to match #if 11 years ago
CMakeLists.txt [libcxxabi] Build both static and shared versions of libc++abi by default. 11 years ago
backtrace_test.pass.cpp Enable backtrace_test for ARM. 11 years ago
catch_array_01.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
catch_array_02.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
catch_class_01.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
catch_class_02.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
catch_class_03.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
catch_class_04.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
catch_const_pointer_nullptr.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
catch_function_01.pass.cpp Disallow conversions from function pointers to void*. 11 years ago
catch_function_02.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
catch_in_noexcept.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
catch_member_data_pointer_01.pass.cpp [libcxxabi] Disallow Base to Derived conversions for catching pointers to members. 11 years ago
catch_member_function_pointer_01.pass.cpp [libcxxabi] Disallow Base to Derived conversions for catching pointers to members. 11 years ago
catch_member_pointer_nullptr.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
catch_multi_level_pointer.pass.cpp [libcxxabi] Disallow Base to Derived conversions for catching pointers to members. 11 years ago
catch_pointer_nullptr.pass.cpp [libcxxabi] Fix multi-level pointer conversions and pointer to member conversion detection. 11 years ago
catch_pointer_reference.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
catch_ptr.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
catch_ptr_02.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
cxa_thread_atexit_test.pass.cpp Make test require 'linux' instead of 'linux2' 11 years ago
dynamic_cast3.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
dynamic_cast5.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
dynamic_cast14.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
dynamic_cast_stress.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
inherited_exception.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
lit.cfg Fix libcxxabi's library and object root for tests. 11 years ago
lit.site.cfg.in Let libc++'s LIT configuration setup our linker paths and env. 11 years ago
test_aux_runtime.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
test_aux_runtime_op_array_new.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
test_demangle.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
test_exception_storage.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
test_fallback_malloc.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
test_guard.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
test_vector1.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
test_vector2.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
test_vector3.pass.cpp Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
testit Rename all of the tests in preparation for merging lit configs with libcxx 11 years ago
uncaught_exceptions.pass.cpp Implement uncaught_exceptions() to get a count, rather than a bool. Update the libc++abi version. Reviewed as http://reviews.llvm.org/D10067 11 years ago
unwind_01.pass.cpp libc++abi: move tests back 11 years ago
unwind_02.pass.cpp libc++abi: move tests back 11 years ago
unwind_03.pass.cpp libc++abi: move tests back 11 years ago
unwind_04.pass.cpp libc++abi: move tests back 11 years ago
unwind_05.pass.cpp libc++abi: move tests back 11 years ago
unwind_06.pass.cpp libc++abi: move tests back 11 years ago