[llvm-dev] lit: Execute RUN statement depending on features available
Gleb Popov via llvm-dev
llvm-dev at lists.llvm.org
Sat Nov 9 10:14:17 PST 2019
Hello.
I know there is UNSUPPORTED keyword in lit that makes it ignore whole
testcase based on presence of some feature. However, in my test I want to
always RUN line A, but RUN line B only if "windows" feature is enabled.
Is it possible to do that?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191109/9045d412/attachment.html>
More information about the llvm-dev
mailing list