[PATCH] D63658: [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.*
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 21 10:32:55 PDT 2019
rnk created this revision.
rnk added reviewers: eugenis, cryptoad, dberris, davidxl.
Herald added subscribers: Sanitizers, jfb, christof, mgorny, kubamracek, srhines, emaste.
Herald added projects: Sanitizers, LLVM.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D63658
Files:
compiler-rt/test/asan/CMakeLists.txt
compiler-rt/test/asan/TestCases/Android/lit.local.cfg
compiler-rt/test/asan/TestCases/Android/lit.local.cfg.py
compiler-rt/test/asan/TestCases/Darwin/lit.local.cfg
compiler-rt/test/asan/TestCases/Darwin/lit.local.cfg.py
compiler-rt/test/asan/TestCases/Helpers/lit.local.cfg
compiler-rt/test/asan/TestCases/Helpers/lit.local.cfg.py
compiler-rt/test/asan/TestCases/Linux/lit.local.cfg
compiler-rt/test/asan/TestCases/Linux/lit.local.cfg.py
compiler-rt/test/asan/TestCases/Posix/lit.local.cfg
compiler-rt/test/asan/TestCases/Posix/lit.local.cfg.py
compiler-rt/test/asan/TestCases/Windows/lit.local.cfg
compiler-rt/test/asan/TestCases/Windows/lit.local.cfg.py
compiler-rt/test/asan/Unit/lit.site.cfg.in
compiler-rt/test/asan/Unit/lit.site.cfg.py.in
compiler-rt/test/asan/lit.cfg
compiler-rt/test/asan/lit.cfg.py
compiler-rt/test/asan/lit.site.cfg.in
compiler-rt/test/asan/lit.site.cfg.py.in
compiler-rt/test/builtins/CMakeLists.txt
compiler-rt/test/builtins/TestCases/Darwin/lit.local.cfg
compiler-rt/test/builtins/TestCases/Darwin/lit.local.cfg.py
compiler-rt/test/builtins/Unit/lit.cfg
compiler-rt/test/builtins/Unit/lit.cfg.py
compiler-rt/test/builtins/Unit/lit.site.cfg.in
compiler-rt/test/builtins/Unit/lit.site.cfg.py.in
compiler-rt/test/builtins/lit.cfg
compiler-rt/test/builtins/lit.cfg.py
compiler-rt/test/builtins/lit.site.cfg.in
compiler-rt/test/builtins/lit.site.cfg.py.in
compiler-rt/test/cfi/CMakeLists.txt
compiler-rt/test/cfi/cross-dso/icall/lit.local.cfg
compiler-rt/test/cfi/cross-dso/icall/lit.local.cfg.py
compiler-rt/test/cfi/cross-dso/lit.local.cfg
compiler-rt/test/cfi/cross-dso/lit.local.cfg.py
compiler-rt/test/cfi/icall/lit.local.cfg
compiler-rt/test/cfi/icall/lit.local.cfg.py
compiler-rt/test/cfi/lit.cfg
compiler-rt/test/cfi/lit.cfg.py
compiler-rt/test/cfi/lit.site.cfg.in
compiler-rt/test/cfi/lit.site.cfg.py.in
compiler-rt/test/crt/CMakeLists.txt
compiler-rt/test/crt/lit.cfg
compiler-rt/test/crt/lit.cfg.py
compiler-rt/test/crt/lit.site.cfg.in
compiler-rt/test/crt/lit.site.cfg.py.in
compiler-rt/test/dfsan/CMakeLists.txt
compiler-rt/test/dfsan/lit.cfg
compiler-rt/test/dfsan/lit.cfg.py
compiler-rt/test/dfsan/lit.site.cfg.in
compiler-rt/test/dfsan/lit.site.cfg.py.in
compiler-rt/test/fuzzer/CMakeLists.txt
compiler-rt/test/fuzzer/lit.cfg
compiler-rt/test/fuzzer/lit.cfg.py
compiler-rt/test/fuzzer/lit.site.cfg.in
compiler-rt/test/fuzzer/lit.site.cfg.py.in
compiler-rt/test/fuzzer/unit/lit.site.cfg.in
compiler-rt/test/fuzzer/unit/lit.site.cfg.py.in
compiler-rt/test/gwp_asan/CMakeLists.txt
compiler-rt/test/gwp_asan/lit.cfg
compiler-rt/test/gwp_asan/lit.cfg.py
compiler-rt/test/gwp_asan/lit.site.cfg.in
compiler-rt/test/gwp_asan/lit.site.cfg.py.in
compiler-rt/test/gwp_asan/unit/lit.site.cfg.in
compiler-rt/test/gwp_asan/unit/lit.site.cfg.py.in
compiler-rt/test/hwasan/CMakeLists.txt
compiler-rt/test/hwasan/TestCases/Linux/lit.local.cfg
compiler-rt/test/hwasan/TestCases/Linux/lit.local.cfg.py
compiler-rt/test/hwasan/TestCases/Posix/lit.local.cfg
compiler-rt/test/hwasan/TestCases/Posix/lit.local.cfg.py
compiler-rt/test/hwasan/lit.cfg
compiler-rt/test/hwasan/lit.cfg.py
compiler-rt/test/hwasan/lit.site.cfg.in
compiler-rt/test/hwasan/lit.site.cfg.py.in
compiler-rt/test/interception/CMakeLists.txt
compiler-rt/test/interception/Unit/lit.site.cfg.in
compiler-rt/test/interception/Unit/lit.site.cfg.py.in
compiler-rt/test/lit.common.cfg
compiler-rt/test/lit.common.cfg.py
compiler-rt/test/lit.common.configured.in
compiler-rt/test/lsan/CMakeLists.txt
compiler-rt/test/lsan/TestCases/Darwin/lit.local.cfg
compiler-rt/test/lsan/TestCases/Darwin/lit.local.cfg.py
compiler-rt/test/lsan/TestCases/Linux/lit.local.cfg
compiler-rt/test/lsan/TestCases/Linux/lit.local.cfg.py
compiler-rt/test/lsan/TestCases/Posix/lit.local.cfg
compiler-rt/test/lsan/TestCases/Posix/lit.local.cfg.py
compiler-rt/test/lsan/lit.common.cfg
compiler-rt/test/lsan/lit.common.cfg.py
compiler-rt/test/lsan/lit.site.cfg.in
compiler-rt/test/lsan/lit.site.cfg.py.in
compiler-rt/test/msan/CMakeLists.txt
compiler-rt/test/msan/Linux/lit.local.cfg
compiler-rt/test/msan/Linux/lit.local.cfg.py
compiler-rt/test/msan/Unit/lit.site.cfg.in
compiler-rt/test/msan/Unit/lit.site.cfg.py.in
compiler-rt/test/msan/lit.cfg
compiler-rt/test/msan/lit.cfg.py
compiler-rt/test/msan/lit.site.cfg.in
compiler-rt/test/msan/lit.site.cfg.py.in
compiler-rt/test/profile/CMakeLists.txt
compiler-rt/test/profile/Linux/lit.local.cfg
compiler-rt/test/profile/Linux/lit.local.cfg.py
compiler-rt/test/profile/Posix/lit.local.cfg
compiler-rt/test/profile/Posix/lit.local.cfg.py
compiler-rt/test/profile/lit.cfg
compiler-rt/test/profile/lit.cfg.py
compiler-rt/test/profile/lit.site.cfg.in
compiler-rt/test/profile/lit.site.cfg.py.in
compiler-rt/test/safestack/CMakeLists.txt
compiler-rt/test/safestack/lit.cfg
compiler-rt/test/safestack/lit.cfg.py
compiler-rt/test/safestack/lit.site.cfg.in
compiler-rt/test/safestack/lit.site.cfg.py.in
compiler-rt/test/sanitizer_common/CMakeLists.txt
compiler-rt/test/sanitizer_common/TestCases/Darwin/lit.local.cfg
compiler-rt/test/sanitizer_common/TestCases/Darwin/lit.local.cfg.py
compiler-rt/test/sanitizer_common/TestCases/FreeBSD/lit.local.cfg
compiler-rt/test/sanitizer_common/TestCases/FreeBSD/lit.local.cfg.py
compiler-rt/test/sanitizer_common/TestCases/Linux/lit.local.cfg
compiler-rt/test/sanitizer_common/TestCases/Linux/lit.local.cfg.py
compiler-rt/test/sanitizer_common/TestCases/NetBSD/lit.local.cfg
compiler-rt/test/sanitizer_common/TestCases/NetBSD/lit.local.cfg.py
compiler-rt/test/sanitizer_common/TestCases/Posix/lit.local.cfg
compiler-rt/test/sanitizer_common/TestCases/Posix/lit.local.cfg.py
compiler-rt/test/sanitizer_common/Unit/lit.site.cfg.in
compiler-rt/test/sanitizer_common/Unit/lit.site.cfg.py.in
compiler-rt/test/sanitizer_common/lit.common.cfg
compiler-rt/test/sanitizer_common/lit.common.cfg.py
compiler-rt/test/sanitizer_common/lit.site.cfg.in
compiler-rt/test/sanitizer_common/lit.site.cfg.py.in
compiler-rt/test/scudo/CMakeLists.txt
compiler-rt/test/scudo/lit.cfg
compiler-rt/test/scudo/lit.cfg.py
compiler-rt/test/scudo/lit.site.cfg.in
compiler-rt/test/scudo/lit.site.cfg.py.in
compiler-rt/test/scudo/standalone/CMakeLists.txt
compiler-rt/test/scudo/standalone/unit/lit.site.cfg.in
compiler-rt/test/scudo/standalone/unit/lit.site.cfg.py.in
compiler-rt/test/shadowcallstack/CMakeLists.txt
compiler-rt/test/shadowcallstack/lit.cfg
compiler-rt/test/shadowcallstack/lit.cfg.py
compiler-rt/test/shadowcallstack/lit.site.cfg.in
compiler-rt/test/shadowcallstack/lit.site.cfg.py.in
compiler-rt/test/tsan/CMakeLists.txt
compiler-rt/test/tsan/Darwin/lit.local.cfg
compiler-rt/test/tsan/Darwin/lit.local.cfg.py
compiler-rt/test/tsan/Linux/lit.local.cfg
compiler-rt/test/tsan/Linux/lit.local.cfg.py
compiler-rt/test/tsan/Unit/lit.site.cfg.in
compiler-rt/test/tsan/Unit/lit.site.cfg.py.in
compiler-rt/test/tsan/libcxx/lit.local.cfg
compiler-rt/test/tsan/libcxx/lit.local.cfg.py
compiler-rt/test/tsan/libdispatch/lit.local.cfg
compiler-rt/test/tsan/libdispatch/lit.local.cfg.py
compiler-rt/test/tsan/lit.cfg
compiler-rt/test/tsan/lit.cfg.py
compiler-rt/test/tsan/lit.site.cfg.in
compiler-rt/test/tsan/lit.site.cfg.py.in
compiler-rt/test/ubsan/CMakeLists.txt
compiler-rt/test/ubsan/TestCases/Misc/Linux/lit.local.cfg
compiler-rt/test/ubsan/TestCases/Misc/Linux/lit.local.cfg.py
compiler-rt/test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg
compiler-rt/test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg.py
compiler-rt/test/ubsan/TestCases/TypeCheck/Linux/lit.local.cfg
compiler-rt/test/ubsan/TestCases/TypeCheck/Linux/lit.local.cfg.py
compiler-rt/test/ubsan/lit.common.cfg
compiler-rt/test/ubsan/lit.common.cfg.py
compiler-rt/test/ubsan/lit.site.cfg.in
compiler-rt/test/ubsan/lit.site.cfg.py.in
compiler-rt/test/ubsan_minimal/CMakeLists.txt
compiler-rt/test/ubsan_minimal/lit.common.cfg
compiler-rt/test/ubsan_minimal/lit.common.cfg.py
compiler-rt/test/ubsan_minimal/lit.site.cfg.in
compiler-rt/test/ubsan_minimal/lit.site.cfg.py.in
compiler-rt/test/xray/CMakeLists.txt
compiler-rt/test/xray/Unit/lit.site.cfg.in
compiler-rt/test/xray/Unit/lit.site.cfg.py.in
compiler-rt/test/xray/lit.cfg
compiler-rt/test/xray/lit.cfg.py
compiler-rt/test/xray/lit.site.cfg.in
compiler-rt/test/xray/lit.site.cfg.py.in
compiler-rt/unittests/lit.common.unit.cfg
compiler-rt/unittests/lit.common.unit.cfg.py
compiler-rt/unittests/lit.common.unit.configured.in
compiler-rt/unittests/lit_unittest_cfg_utils.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63658.206030.patch
Type: text/x-patch
Size: 89123 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190621/5b03cf4f/attachment.bin>
More information about the llvm-commits
mailing list