We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a274f commit 8d155e1Copy full SHA for 8d155e1
.github/workflows/hlsl-test-all.yaml
@@ -133,7 +133,7 @@ jobs:
133
mkdir build
134
cd build
135
cmake -G Ninja -DCMAKE_BUILD_TYPE=${{ inputs.BuildType }} -C ${{ github.workspace }}/DXC/cmake/caches/PredefinedParams.cmake -C ${{ github.workspace }}/OffloadTest/cmake/caches/sccache.cmake -DHLSL_DISABLE_SOURCE_GENERATION=On ${{ github.workspace }}/DXC/
136
- ninja
+ ninja dxv llvm-dis
137
- name: Build LLVM
138
run: |
139
cd llvm-project
0 commit comments