| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [libcxxabi] Refactor building and testing libc++abi without threads | Eric Fiselier | 2014-11-24 | 1 | -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 Roelofs | 2014-09-05 | 1 | -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 nops | Jonathan Roelofs | 2014-05-06 | 1 | -3/+13 |
| | | | | | | | http://reviews.llvm.org/D3386 llvm-svn: 208135 | ||||
| * | Correct test bug. | Howard Hinnant | 2012-01-31 | 1 | -2/+2 |
| | | | | | llvm-svn: 149412 | ||||
| * | Minor header fixups for test. | Howard Hinnant | 2012-01-28 | 1 | -1/+2 |
| | | | | | llvm-svn: 149156 | ||||
| * | Add/update copyright notices | Howard Hinnant | 2011-12-06 | 1 | -0/+9 |
| | | | | | llvm-svn: 145949 | ||||
| * | Exception handling stuctures, and thread-local variables for exception handling | Marshall Clow | 2011-07-20 | 1 | -0/+64 |
| llvm-svn: 135586 | |||||

