summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/xray/lit.cfg.py
Commit message (Collapse)AuthorAgeFilesLines
* [compiler-rt] [test] Disable MPROTECT for XRay tests on NetBSDMichał Górny2019-12-201-0/+3
|
* compiler-rt: Rename .cc file in test/xray to .cppFangrui Song2019-08-021-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 Kleckner2019-06-271-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
OpenPOWER on IntegriCloud