[all-commits] [llvm/llvm-project] d5a743: [HLSL] [Dirver] add dxv as a VerifyDebug Job

Xiang Li via All-commits all-commits at lists.llvm.org
Wed Feb 1 17:22:58 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d5a7439e220c79ca9aad323f38cd115a1a34a13f
      https://github.com/llvm/llvm-project/commit/d5a7439e220c79ca9aad323f38cd115a1a34a13f
  Author: Xiang Li <python3kgae at outlook.com>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticDriverKinds.td
    M clang/include/clang/Basic/DiagnosticGroups.td
    M clang/include/clang/Driver/Action.h
    M clang/include/clang/Driver/Options.td
    M clang/include/clang/Driver/Types.def
    M clang/lib/Driver/Action.cpp
    M clang/lib/Driver/Driver.cpp
    M clang/lib/Driver/ToolChain.cpp
    M clang/lib/Driver/ToolChains/HLSL.cpp
    M clang/lib/Driver/ToolChains/HLSL.h
    M clang/test/Driver/dxc_D.hlsl
    M clang/test/Driver/dxc_I.hlsl
    A clang/test/Driver/dxc_dxv_path.hlsl
    M clang/unittests/Driver/DXCModeTest.cpp

  Log Message:
  -----------
  [HLSL] [Dirver] add dxv as a VerifyDebug Job

New option --dxv-path is  added for dxc mode to set the installation path for dxv.
If cannot find dxv, a warning will be report.

dxv will be executed with command line dxv file_name -o file_name.
It will validate and sign the file and overwrite it.

Differential Revision: https://reviews.llvm.org/D141705




More information about the All-commits mailing list