Skip to content

Commit bf89a58

Browse files
committed
Fix comment
1 parent ec843fb commit bf89a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/dxc_fspv_extension.hlsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// RUN: %clang_dxc -spirv -Tlib_6_7 -### %s -fspv-extension=KHR -fspv-extension=SPV_TEST2 2>&1 | FileCheck %s -check-prefix=TEST4
1919
// TEST4: "-spirv-ext=KHR,+SPV_TEST2"
2020

21-
// Merge KHR with other extensions.
21+
// Convert DXC to a list of SPV extensions.
2222
// RUN: %clang_dxc -spirv -Tlib_6_7 -### %s -fspv-extension=DXC 2>&1 | FileCheck %s -check-prefix=TEST5
2323
// TEST5: "-spirv-ext={{(\+SPV_[a-zA-Z0-9_]+,?)+}}"
2424

0 commit comments

Comments
 (0)