summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test/lit.cfg
Commit message (Expand)AuthorAgeFilesLines
* [cmake/multilib] Teach libc++abi's CMake build to support multilibChandler Carruth2014-12-291-8/+8
* [libcxxabi] Add __cxa_thread_atexit for TLS support on Linux.Dan Albert2014-12-181-0/+2
* Use the newer python syntax for exceptionsJustin Bogner2014-12-131-1/+1
* Use lit.util.executeCommand instead of our own versionEric Fiselier2014-11-251-20/+2
* [libcxxabi] Refactor building and testing libc++abi without threadsEric Fiselier2014-11-241-1/+11
* [libcxxabi] Refactor test timing logic and disable by default.Eric Fiselier2014-11-241-0/+4
* Ensure llvm-sanitizer is found by the tests when using sanitizers.Eric Fiselier2014-11-211-6/+22
* Add support for LLVM_USE_SANITIZER=Thread to test suiteEric Fiselier2014-11-181-0/+3
* Add -g -fno-omit-frame-pointer when compiling tests with sanitizersEric Fiselier2014-11-141-0/+1
* Add support for UNSUPPORTED tag to litEric Fiselier2014-11-061-1/+12
* Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux')Eric Fiselier2014-10-231-3/+3
* Only link the tests against -ldl on linuxEric Fiselier2014-10-231-1/+1
* [libcxxabi] Add support for running libc++abi tests with sanitizersEric Fiselier2014-10-231-0/+25
* Add support for building and testing the unwinder.Dan Albert2014-07-111-1/+11
* Add lit configs for libcxxabi tests.Dan Albert2014-07-101-0/+236
OpenPOWER on IntegriCloud