Skip to content

Commit 67eccb4

Browse files
committed
EOF newlines
1 parent c246424 commit 67eccb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/include/clang/Driver/Options.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8317,4 +8317,4 @@ def : Option<["/", "-"], "Qembed_debug", KIND_FLAG>, Group<dxc_Group>,
83178317
Flags<[Ignored]>, Visibility<[DXCOption]>,
83188318
HelpText<"Embed PDB in shader container (ignored)">;
83198319
def spirv : DXCFlag<"spirv">,
8320-
HelpText<"Generate SPIR-V code">;
8320+
HelpText<"Generate SPIR-V code">;

clang/test/Driver/dxc_spirv.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// RUN: %clang_dxc -T cs_6_0 -spirv -### %s 2>&1 | FileCheck %s
22

33
// CHECK: "-triple" "spirv-unknown-shadermodel6.0-compute"
4-
// CHECK-SAME: "-x" "hlsl"
4+
// CHECK-SAME: "-x" "hlsl"

0 commit comments

Comments
 (0)