[all-commits] [llvm/llvm-project] 39cf54: [HLSL][Driver] Use temporary files correctly (#130...
Chris B via All-commits
all-commits at lists.llvm.org
Mon Mar 10 08:13:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39cf545756b358d02d9b828e5c51ebcb8ed6d19e
https://github.com/llvm/llvm-project/commit/39cf545756b358d02d9b828e5c51ebcb8ed6d19e
Author: Chris B <chris.bieneman at me.com>
Date: 2025-03-10 (Mon, 10 Mar 2025)
Changed paths:
M clang/lib/Driver/Driver.cpp
M clang/lib/Driver/ToolChains/HLSL.cpp
M clang/lib/Driver/ToolChains/HLSL.h
M clang/test/Driver/HLSL/metal-converter.hlsl
M clang/test/Driver/dxc_dxv_path.hlsl
Log Message:
-----------
[HLSL][Driver] Use temporary files correctly (#130436)
This updates the DXV and Metal Converter actions to properly use
temporary files created by the driver. I've abstracted away a check to
determine if an action is the last in the sequence because we may have
between 1 and 3 actions depending on the arguments and environment.
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