[all-commits] [llvm/llvm-project] b581f9: [HLSL] Add option for VK layouts (#145327)

Steven Perron via All-commits all-commits at lists.llvm.org
Tue Jun 24 07:51:44 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b581f9d056babadf55098b9d5d100271621b90db
      https://github.com/llvm/llvm-project/commit/b581f9d056babadf55098b9d5d100271621b90db
  Author: Steven Perron <stevenperron at google.com>
  Date:   2025-06-24 (Tue, 24 Jun 2025)

  Changed paths:
    M clang/include/clang/Driver/Options.td
    M clang/lib/Driver/ToolChains/HLSL.cpp
    A clang/test/Driver/HLSL/dxc_fvk_layout.hlsl
    M clang/test/Driver/dxc_fspv_extension.hlsl

  Log Message:
  -----------
  [HLSL] Add option for VK layouts (#145327)

We add the options to the driver, so that the one option that is being
implemented at this time can be used. Issue an error for the other
options.

When we start to implement the other options, we will have to figure out
how to pass which  option is active to clang.

Part of but does not complete:

https://github.com/llvm/llvm-project/issues/136956
https://github.com/llvm/llvm-project/issues/136959
https://github.com/llvm/llvm-project/issues/136958



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