[all-commits] [llvm/llvm-project] 0af6c3: [NFC][compiler-rt] fix(compiler-rt/**.py): fix com...
Eisuke Kawashima via All-commits
all-commits at lists.llvm.org
Thu Oct 24 07:32:32 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0af6c304e48e0484672b53be49a15f411d173e59
https://github.com/llvm/llvm-project/commit/0af6c304e48e0484672b53be49a15f411d173e59
Author: Eisuke Kawashima <e.kawaschima+github at gmail.com>
Date: 2024-10-24 (Thu, 24 Oct 2024)
Changed paths:
M compiler-rt/test/asan/lit.cfg.py
M compiler-rt/test/builtins/Unit/lit.cfg.py
M compiler-rt/test/ctx_profile/lit.cfg.py
M compiler-rt/test/lsan/lit.common.cfg.py
M compiler-rt/test/memprof/lit.cfg.py
M compiler-rt/test/profile/lit.cfg.py
M compiler-rt/test/sanitizer_common/android_commands/android_compile.py
M compiler-rt/test/sanitizer_common/ios_commands/iossim_compile.py
M compiler-rt/test/ubsan/lit.common.cfg.py
M compiler-rt/test/ubsan_minimal/lit.common.cfg.py
Log Message:
-----------
[NFC][compiler-rt] fix(compiler-rt/**.py): fix comparison to None (#94015)
from PEP8
(https://peps.python.org/pep-0008/#programming-recommendations):
> Comparisons to singletons like None should always be done with is or
is not, never the equality operators.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list