[all-commits] [llvm/llvm-project] d682f6: [HLSL][TEST] Fix root signature driver test on WSL...

joaosaffran via All-commits all-commits at lists.llvm.org
Fri Oct 3 10:45:33 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d682f61c1272ac28de06aa47d580f040ba54cd4b
      https://github.com/llvm/llvm-project/commit/d682f61c1272ac28de06aa47d580f040ba54cd4b
  Author: joaosaffran <joaosaffranllvm at gmail.com>
  Date:   2025-10-03 (Fri, 03 Oct 2025)

  Changed paths:
    M clang/test/Driver/dxc_frs.hlsl
    M clang/test/Driver/dxc_rootsignature_target.hlsl

  Log Message:
  -----------
  [HLSL][TEST] Fix root signature driver test on WSL (#161566)

Running those test with validation enabled, causes emitting an
additional intermediary object, which causes the checks to fail, since
it will emit 2 `obj`, instead of one `obj` and one `dxo`. This patch
changes the test to make sure validation is disabled, making the test
consistent across environments.



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