File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717// Check for the error message if the extension name is not properly formed.
1818// RUN: not %clang_dxc -spirv -Tlib_6_7 -### %s -fspv-extension=KHR_BAD -fspv-extension=TEST1 -fspv-extension=SPV_GOOD -fspv-extension=TEST2 2>&1 | FileCheck %s -check-prefix=FAIL
19- // FAIL: invalid value 'KHR_BAD' in '-fspv_extension '
20- // FAIL: invalid value 'TEST1' in '-fspv_extension '
21- // FAIL: invalid value 'TEST2' in '-fspv_extension '
19+ // FAIL: invalid value 'KHR_BAD' in '-fspv-extension '
20+ // FAIL: invalid value 'TEST1' in '-fspv-extension '
21+ // FAIL: invalid value 'TEST2' in '-fspv-extension '
2222
2323// If targeting DXIL, the `-spirv-ext` should not be passed to the backend.
2424// RUN: %clang_dxc -Tlib_6_7 -### %s 2>&1 | FileCheck %s -check-prefix=DXIL
You can’t perform that action at this time.
0 commit comments