[all-commits] [llvm/llvm-project] 1d60d9: [HLSL][SPIRV] Add option to add all KHR extensions...
Steven Perron via All-commits
all-commits at lists.llvm.org
Thu Jun 26 10:29:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d60d91bf3ae9e2b92c9a6e3abd2076f755e79e1
https://github.com/llvm/llvm-project/commit/1d60d91bf3ae9e2b92c9a6e3abd2076f755e79e1
Author: Steven Perron <stevenperron at google.com>
Date: 2025-06-26 (Thu, 26 Jun 2025)
Changed paths:
M clang/lib/Driver/ToolChains/HLSL.cpp
M clang/test/Driver/dxc_fspv_extension.hlsl
Log Message:
-----------
[HLSL][SPIRV] Add option to add all KHR extensions (#145536)
In DXC, there is an option to enable all KHR extension. This is added by
passing the KHR option to the SPIR-V backend, which will enable all of
the appropriate extensions.
Part of https://github.com/llvm/llvm-project/issues/137650.
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