Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -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 Fiselier | 2017-04-20 | 1 | -5/+0 |
| | | | | llvm-svn: 300925 | ||||
* | Fix PR25874 - Detect features required for cxa_thread_atexit_test.pass.cpp | Eric Fiselier | 2017-03-04 | 1 | -0/+5 |
| | | | | llvm-svn: 296940 | ||||
* | Spell libcxxabi-no-threads correctly | Eric Fiselier | 2016-10-31 | 1 | -1/+1 |
| | | | | llvm-svn: 285571 | ||||
* | Mark thread exit test as unsupported w/o threads | Eric Fiselier | 2016-10-30 | 1 | -0/+1 |
| | | | | llvm-svn: 285523 | ||||
* | Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian ↵ | Eric Fiselier | 2016-10-12 | 1 | -1/+0 |
| | | | | | | Barnes llvm-svn: 283988 | ||||
* | Fix side effect in assertion | Eric Fiselier | 2016-09-16 | 1 | -1/+1 |
| | | | | llvm-svn: 281709 | ||||
* | [libcxxabi] Disable cxa_thread_atexit_test if unavailable | Jonas Hahnfeld | 2016-03-17 | 1 | -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 Fiselier | 2015-02-03 | 1 | -1/+1 |
| | | | | llvm-svn: 228073 | ||||
* | Rename all of the tests in preparation for merging lit configs with libcxx | Jonathan Roelofs | 2015-01-21 | 1 | -0/+33 |
http://reviews.llvm.org/D7101 llvm-svn: 226691 |