| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* | Reid Kleckner | 2019-06-27 | 1 | -0/+0 |
| | | | | | | | | | | | | | | These lit configuration files are really Python source code. Using the .py file extension helps editors and tools use the correct language mode. LLVM and Clang already use this convention for lit configuration, this change simply applies it to all of compiler-rt. Reviewers: vitalybuka, dberris Differential Revision: https://reviews.llvm.org/D63658 llvm-svn: 364591 | ||||
| * | [compiler-rt] Activate interception unittests | Etienne Bergeron | 2016-07-27 | 1 | -0/+14 |
| Summary: The unittests recently added were not running when executing 'check-all'. Tests are stable on every archictetures and we can now turn them on. Reviewers: rnk Subscribers: llvm-commits, wang0109, chrisha Differential Revision: https://reviews.llvm.org/D22695 llvm-svn: 276881 | |||||

