summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test/support
Commit message (Collapse)AuthorAgeFilesLines
* small follow-up to r368604Nico Weber2019-08-121-3/+3
| | | | llvm-svn: 368605
* libcxxabi: Rename .hpp files to .hNico Weber2019-08-121-0/+0
| | | | | | | | LLVM uses .h as its extension for header files. Differential Revision: https://reviews.llvm.org/D65981 llvm-svn: 368604
* 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
* Add missing license headersEric Fiselier2016-01-191-1/+10
| | | | llvm-svn: 258201
* Fix comment on end of #endif to match #ifEric Fiselier2014-11-251-1/+1
| | | | llvm-svn: 222719
* [libcxxabi] Refactor test timing logic and disable by default.Eric Fiselier2014-11-241-0/+46
Summary: When using LIT the timing output is entirely unused but introduces a dependency on `<chrono>`. When libc++ is built without a montonic clock this causes some of the tests to fail. This patch factors out all of the timing logic into `support/timer.hpp` and disables it by default. To enable the timing you must define `LIBCXXABI_TIME_TESTS`. Reviewers: mclow.lists, danalbert, jroelofs Reviewed By: jroelofs Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D6391 llvm-svn: 222701
OpenPOWER on IntegriCloud