diff options
author | Paul Robinson <paul.robinson@sony.com> | 2019-05-13 17:18:58 +0000 |
---|---|---|
committer | Paul Robinson <paul.robinson@sony.com> | 2019-05-13 17:18:58 +0000 |
commit | b38e4b28e399467577ffe1949ab023330a3d228f (patch) | |
tree | f5c53704d35cd31458134c7c892ce02646e724bf /lldb/source/Commands/CommandObjectProcess.cpp | |
parent | 1aaf2a3c184ab4218904748282593dd721e011c2 (diff) | |
download | bcm5719-llvm-b38e4b28e399467577ffe1949ab023330a3d228f.tar.gz bcm5719-llvm-b38e4b28e399467577ffe1949ab023330a3d228f.zip |
Stop defining negative versions of some lit feature keywords:
zlib/nozlib, asan/not_asan, msan/not_msan, ubsan/not_ubsan.
We still have two other ways to express the absence of a feature.
First, we have the '!' operator to invert the sense of a keyword. For
example, given a feature that depends on zlib being unavailable, its
test can say:
REQUIRES: !zlib
Second, if a test doesn't play well with some features, such as
sanitizers, that test can say:
UNSUPPORTED: asan, msan
The different ways of writing these exclusions both have the same
technical effect, but have different implications to the reader.
llvm-svn: 360603
Diffstat (limited to 'lldb/source/Commands/CommandObjectProcess.cpp')
0 files changed, 0 insertions, 0 deletions