[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*These lit configuration files are really Python source code. Using the.py file extension helps editors and tools use the correct languagemode. LL
[compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*These lit configuration files are really Python source code. Using the.py file extension helps editors and tools use the correct languagemode. LLVM and Clang already use this convention for lit configuration,this change simply applies it to all of compiler-rt.Reviewers: vitalybuka, dberrisDifferential Revision: https://reviews.llvm.org/D63658llvm-svn: 364591
show more ...
[compiler-rt] Activate interception unittestsSummary:The unittests recently added were not running when executing 'check-all'.Tests are stable on every archictetures and we can now turn them on.
[compiler-rt] Activate interception unittestsSummary: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: rnkSubscribers: llvm-commits, wang0109, chrishaDifferential Revision: https://reviews.llvm.org/D22695llvm-svn: 276881