llvm-project/compiler-rt/test/dfsan
Reid Kleckner 8007ff1ab1 [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 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
2019-06-27 20:56:04 +00:00
..
Inputs
CMakeLists.txt [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
basic.c
custom.cc [compiler-rt][dfsan][mips] UnXPASS a consistently passing test 2018-04-06 17:03:36 +00:00
dump_labels.c
fast16labels.c Experimantal dfsan mode "fast16labels=1" 2019-06-08 00:22:23 +00:00
flags.c
flush.c [dfsan] Introduce dfsan_flush(). 2019-06-13 20:11:06 +00:00
fncall.c
label_count.c
lit.cfg.py [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
lit.site.cfg.py.in [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
propagate.c
trace-cmp.c Add weak definitions of trace-cmp hooks to dfsan 2018-06-01 21:59:25 +00:00
vararg.c
write_callback.c