DirectXShaderCompiler/docs/CommandGuide
Xiang Li 18c9e114f9
[lit] Port Support %if ... %else syntax for RUN lines from upstream (#5227)
* [lit] Port Support %if ... %else syntax for RUN lines from upstream

Based on
1041a9642b

This syntax allows to modify RUN lines based on features
available. For example:

    RUN: ... | FileCheck %s --check-prefix=%if windows %{CHECK-W%} %else %{CHECK-NON-W%}
    CHECK-W: ...
    CHECK-NON-W: ...

This is merged to allow dxilver check apply on each RUN line.
2023-05-26 14:10:34 -07:00
..
FileCheck.rst first commit 2016-12-28 11:52:27 -08:00
index.rst first commit 2016-12-28 11:52:27 -08:00
lit.rst [lit] Port Support %if ... %else syntax for RUN lines from upstream (#5227) 2023-05-26 14:10:34 -07:00
llc.rst first commit 2016-12-28 11:52:27 -08:00
lli.rst first commit 2016-12-28 11:52:27 -08:00
llvm-ar.rst first commit 2016-12-28 11:52:27 -08:00
llvm-as.rst first commit 2016-12-28 11:52:27 -08:00
llvm-bcanalyzer.rst first commit 2016-12-28 11:52:27 -08:00
llvm-build.rst first commit 2016-12-28 11:52:27 -08:00
llvm-config.rst first commit 2016-12-28 11:52:27 -08:00
llvm-cov.rst first commit 2016-12-28 11:52:27 -08:00
llvm-diff.rst first commit 2016-12-28 11:52:27 -08:00
llvm-dis.rst first commit 2016-12-28 11:52:27 -08:00
llvm-dwarfdump.rst first commit 2016-12-28 11:52:27 -08:00
llvm-extract.rst first commit 2016-12-28 11:52:27 -08:00
llvm-link.rst first commit 2016-12-28 11:52:27 -08:00
llvm-nm.rst first commit 2016-12-28 11:52:27 -08:00
llvm-profdata.rst first commit 2016-12-28 11:52:27 -08:00
llvm-readobj.rst first commit 2016-12-28 11:52:27 -08:00
llvm-stress.rst first commit 2016-12-28 11:52:27 -08:00
llvm-symbolizer.rst first commit 2016-12-28 11:52:27 -08:00
opt.rst first commit 2016-12-28 11:52:27 -08:00
tblgen.rst first commit 2016-12-28 11:52:27 -08:00