blob: d8c58245aa290884843836e526944200d5f796a8 (
plain)
1
2
3
4
5
6
7
8
9
|
// separate-debug-info-unsupported-glsl.slang
//DIAGNOSTIC_TEST:SIMPLE(filecheck=CHECK):-target glsl -separate-debug-info -entry main -stage vertex
// CHECK: warning 18: '-separate-debug-info' is not supported for target 'glsl'
void main()
{
}
|