[all-commits] [llvm/llvm-project] 1a8d52: [lldb] [test] Avoid double negation in llgs/debugs...
Michał Górny via All-commits
all-commits at lists.llvm.org
Fri Nov 6 05:34:39 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1a8d52820f8e55f66567011e0ed852794b7f687d
https://github.com/llvm/llvm-project/commit/1a8d52820f8e55f66567011e0ed852794b7f687d
Author: Michał Górny <mgorny at moritz.systems>
Date: 2020-11-06 (Fri, 06 Nov 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/decorators.py
M lldb/packages/Python/lldbsuite/test/dotest.py
Log Message:
-----------
[lldb] [test] Avoid double negation in llgs/debugserver logic
Use positive logic (i.e. llgs_platform/debugserver_platform) for
indicating which platforms use the particular server variant.
Deduplicate the lists — it is rather expected that none of the platforms
using LLGS would use debugserver.
Differential Revision: https://reviews.llvm.org/D90875
More information about the All-commits
mailing list