llvm / wg-hlsl

HLSL Working Group documentation and task tracking.
Other
11 stars 12 forks source link

Update the internal HLSL ADO pipeline to run dxil-dis & dxil-dxv tests #52

Open bogner opened 3 months ago

bogner commented 3 months ago

There aren't any bots that currently run the HLSL tests with -DLLVM_INCLUDE_DXIL_TESTS=On -DDXIL_DIS=..., since the external dependency makes that kind of awkward. We should update the internal pipeline to include these tests.

We need to figure out how to get these binaries from the DirectXShaderCompiler builds and made available to the internal testing pipeline.