summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test/test_exception_storage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [libcxxabi] Refactor building and testing libc++abi without threadsEric Fiselier2014-11-241-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Summary: This patch adds CMake support for building and testing libc++abi without threads. 1. Add `LIBCXXABI_ENABLE_THREADS` option to CMake. 2. Propagate `LIBCXXABI_ENABLE_THREADS` to lit via lit.site.cfg.in 3. Configure tests for `LIBCXXABI_ENABLE_THREADS=OFF Currently the test suite does not work when libc++abi is built without threads because that information does not propagate to the test suite. Reviewers: danalbert, mclow.lists, jroelofs Reviewed By: jroelofs Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D6393 llvm-svn: 222702
* s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with ↵Jonathan Roelofs2014-09-051-3/+3
| | | | | | | | | libcxx Also remove the audotedection part so that if you're crazy enough to want a single-threaded abi library, you'll say so explicitly in the build. llvm-svn: 217262
* On single threaded systems, turn mutexes into nopsJonathan Roelofs2014-05-061-3/+13
| | | | | | http://reviews.llvm.org/D3386 llvm-svn: 208135
* Correct test bug.Howard Hinnant2012-01-311-2/+2
| | | | llvm-svn: 149412
* Minor header fixups for test.Howard Hinnant2012-01-281-1/+2
| | | | llvm-svn: 149156
* Add/update copyright noticesHoward Hinnant2011-12-061-0/+9
| | | | llvm-svn: 145949
* Exception handling stuctures, and thread-local variables for exception handlingMarshall Clow2011-07-201-0/+64
llvm-svn: 135586
OpenPOWER on IntegriCloud