Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [compiler-rt] [test] Disable MPROTECT for XRay tests on NetBSD | Michał Górny | 2019-12-20 | 1 | -0/+3 |
| | |||||
* | compiler-rt: Rename .cc file in test/xray to .cpp | Fangrui Song | 2019-08-02 | 1 | -1/+1 |
| | | | | | | | | | Like r367463, but for test/xray. Update test/xray/lit.cfg.py config.suffixes to remove .cc (we actually don't have .c tests now) llvm-svn: 367652 | ||||
* | [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* | Reid Kleckner | 2019-06-27 | 1 | -0/+63 |
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 |