Running `clang-dxc` with textual output was emitting various spurious warnings (if `dxv` wasn't on your path) or errors (if it was). Avoid these by not attempting to run this tool when it doesn't make sense to do so. Fixes #135874.
8 lines
234 B
HLSL
8 lines
234 B
HLSL
// RUN: %clang_dxc \
|
|
// RUN: -fcolor-diagnostics \
|
|
// RUN: -fno-color-diagnostics \
|
|
// RUN: -fdiagnostics-color \
|
|
// RUN: -fno-diagnostics-color \
|
|
// RUN: -fdiagnostics-color=auto \
|
|
// RUN: -Tlib_6_7 -fdriver-only -- %s 2>&1 |count 0
|