summaryrefslogtreecommitdiff
path: root/test/libcxxabi
AgeCommit message (Expand)Author
2017-04-20Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrect XFAIL.Eric Fiselier
2017-04-04Fix exception address alignment test for EHABIAsiri Rathnayake
2017-03-04Attempt to suppress test failures on OS XEric Fiselier
2017-03-04Fix PR25874 - Detect features required for cxa_thread_atexit_test.pass.cppEric Fiselier
2017-01-16Mark the dynamic-exception tests as unsupported under C++17, since it has no ...Marshall Clow
2017-01-03[libcxxabi] Introduce an externally threaded libc++abi variant.Asiri Rathnayake
2016-12-11Workaround the removal of dynamic exception specifications in C++17Eric Fiselier
2016-12-02Check for SD-6 feature test macro when determining which tests should beRichard Smith
2016-12-02Update implementation of ABI support for throwing noexcept function pointersRichard Smith
2016-11-02[p0012] Implement ABI support for throwing a noexcept function pointer andRichard Smith
2016-10-14Mark test as unsupported without threadsEric Fiselier
2016-10-12Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian Ba...Eric Fiselier
2016-10-12Fix libc++abi test config after recent libc++ changesEric Fiselier
2016-09-21[libcxxabi] cleanup the use of LIBCXXABI_HAS_NO_THREADS macro (NFC)Asiri Rathnayake
2016-05-31[libcxxabi] Introduce a -fno-exceptions libc++abi libary variantAsiri Rathnayake
2016-04-19Enable testing for static libc++abiBen Craig
2016-03-17[libcxxabi] Disable cxa_thread_atexit_test if unavailableJonas Hahnfeld
2016-01-19Add missing license headersEric Fiselier
2015-10-14Fix LIBCXXABI_HAS_NO_THREADS configuration.Eric Fiselier
2015-10-14Configure for config site headerEric Fiselier
2015-07-27[libcxxabi] Add -funwind-tables to the test compilation options.Daniel Sanders
2015-03-17Let libc++'s LIT configuration setup our linker paths and env.Eric Fiselier
2015-03-17add option to tell LIT where to find the libc++ library when built out of treeEric Fiselier
2015-02-21Add temporary workaround for missing symbol __cxa_throw_bad_new_array_length ...Eric Fiselier
2015-02-11Fix libcxxabi's library and object root for tests.Eric Fiselier
2015-01-22[libcxxabi] Teach CMake better ways to find the libc++ source directory (and ...Eric Fiselier
2015-01-21Merge libc++abi's lit configuration with libc++'sJonathan Roelofs