summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test/cxa_thread_atexit_test.pass.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
| | | | | | | | | | | | | | | | | | to reflect the new license. These used slightly different spellings that defeated my regular expressions. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351648
* Fix PR25874 - cxa_thread_atexit_test.pass.cpp has an incorrect XFAIL.Eric Fiselier2017-04-201-5/+0
| | | | llvm-svn: 300925
* Fix PR25874 - Detect features required for cxa_thread_atexit_test.pass.cppEric Fiselier2017-03-041-0/+5
| | | | llvm-svn: 296940
* Spell libcxxabi-no-threads correctlyEric Fiselier2016-10-311-1/+1
| | | | llvm-svn: 285571
* Mark thread exit test as unsupported w/o threadsEric Fiselier2016-10-301-0/+1
| | | | llvm-svn: 285523
* Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian ↵Eric Fiselier2016-10-121-1/+0
| | | | | | Barnes llvm-svn: 283988
* Fix side effect in assertionEric Fiselier2016-09-161-1/+1
| | | | llvm-svn: 281709
* [libcxxabi] Disable cxa_thread_atexit_test if unavailableJonas Hahnfeld2016-03-171-0/+1
| | | | | | | | | The feature check is already in place when building the library but wasn't honored for the tests. Differential Revision: http://reviews.llvm.org/D18205 llvm-svn: 263699
* Make test require 'linux' instead of 'linux2'Eric Fiselier2015-02-031-1/+1
| | | | llvm-svn: 228073
* Rename all of the tests in preparation for merging lit configs with libcxxJonathan Roelofs2015-01-211-0/+33
http://reviews.llvm.org/D7101 llvm-svn: 226691
OpenPOWER on IntegriCloud