Skip to content

Commit 8ffa097

Browse files
bharadwajyBharadwaj Yadavalli
authored andcommitted
Add test case for lib_6_8 in DXC driver tests
1 parent d0e2d75 commit 8ffa097

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/unittests/Driver/DXCModeTest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ TEST(DxcModeTest, TargetProfileValidation) {
8686
InMemoryFileSystem, Diags);
8787
validateTargetProfile("-Tas_6_7", "dxilv1.7--shadermodel6.7-amplification",
8888
InMemoryFileSystem, Diags);
89+
validateTargetProfile("-Tcs_6_8", "dxilv1.8--shadermodel6.8-compute",
90+
InMemoryFileSystem, Diags);
8991
validateTargetProfile("-Tlib_6_x", "dxilv1.8--shadermodel6.15-library",
9092
InMemoryFileSystem, Diags);
9193

0 commit comments

Comments
 (0)