We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3520bb3 commit c748fddCopy full SHA for c748fdd
clang/unittests/Driver/DXCModeTest.cpp
@@ -85,7 +85,7 @@ TEST(DxcModeTest, TargetProfileValidation) {
85
InMemoryFileSystem, Diags);
86
validateTargetProfile("-Tcs_6_8", "dxilv1.8--shadermodel6.8-compute",
87
88
- validateTargetProfile("-Tlib_6_x", "dxilv1.8--shadermodel6.15-library",
+ validateTargetProfile("-Tlib_6_x", "dxilv1.9--shadermodel6.15-library",
89
90
91
// Invalid tests.
0 commit comments