[llvm-dev] lit: Execute RUN statement depending on features available

Roman Lebedev via llvm-dev llvm-dev at lists.llvm.org
Sat Nov 9 10:31:33 PST 2019


// REQUIRES: system-windows
?

Roman

On Sat, Nov 9, 2019 at 9:15 PM Gleb Popov via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
>
> 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?
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list