Files
clang-p2996/clang/lib/Driver
Justin Bogner ad12323fbf [HLSL] Don't invoke dxv from clang-dxc for text output (#135876)
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.
2025-04-16 11:15:54 -07:00
..