[all-commits] [llvm/llvm-project] 0ea522: [DXC] Add `-metal` flag to DXC driver (#130173)

Chris B via All-commits all-commits at lists.llvm.org
Fri Mar 7 15:29:03 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0ea52234fc3510463df2d8718404cede874e9b5e
      https://github.com/llvm/llvm-project/commit/0ea52234fc3510463df2d8718404cede874e9b5e
  Author: Chris B <chris.bieneman at me.com>
  Date:   2025-03-07 (Fri, 07 Mar 2025)

  Changed paths:
    M clang/include/clang/Driver/Action.h
    M clang/include/clang/Driver/Options.td
    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
    A clang/test/Driver/HLSL/metal-converter.hlsl

  Log Message:
  -----------
  [DXC] Add `-metal` flag to DXC driver (#130173)

This adds a flag to the DXC driver to enable calling the metal shader
converter if it is available to convert the final shader output for
metal.



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