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 | ||||
* | [libc++abi] Mark failing test on Darwin as XFAIL | Shoaib Meenai | 2016-12-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | The macOS thread-local variable finalizer routines do not handle the case where a termination function registers another termination function correctly, causing this test to fail. I've filed a radar for this; mark the test XFAIL in the meantime. See [1] for more details. [1] http://lists.llvm.org/pipermail/cfe-dev/2016-November/051376.html Differential Revision: https://reviews.llvm.org/D27434 llvm-svn: 289513 | ||||
* | Mark test as unsupported without threads | Eric Fiselier | 2016-10-14 | 1 | -0/+1 |
| | | | | llvm-svn: 284217 | ||||
* | Provide a fallback __cxa_thread_atexit() implementation. Patch from Tavian ↵ | Eric Fiselier | 2016-10-12 | 1 | -0/+56 |
Barnes llvm-svn: 283988 |