[all-commits] [llvm/llvm-project] ad1232: [HLSL] Don't invoke `dxv` from `clang-dxc` for tex...

Justin Bogner via All-commits all-commits at lists.llvm.org
Wed Apr 16 11:16:16 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ad12323fbf8f34fcb3bd3a75ed410d3d5b0ca42c
      https://github.com/llvm/llvm-project/commit/ad12323fbf8f34fcb3bd3a75ed410d3d5b0ca42c
  Author: Justin Bogner <mail at justinbogner.com>
  Date:   2025-04-16 (Wed, 16 Apr 2025)

  Changed paths:
    M clang/lib/Driver/ToolChains/HLSL.cpp
    M clang/test/Driver/HLSL/metal-converter.hlsl
    M clang/test/Driver/dxc_D.hlsl
    M clang/test/Driver/dxc_dxv_path.hlsl
    M clang/test/Driver/dxc_options.hlsl
    M clang/test/Driver/hlsl-lang-targets.hlsl

  Log Message:
  -----------
  [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.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list