summaryrefslogtreecommitdiffstats
path: root/tests/diagnostics/command-line/separate-debug-info-unsupported-target.slang
blob: da65ec0f8e3abe3162e9aea8072f705291b6815d (plain)
1
2
3
4
5
6
7
8
9
// separate-debug-info-unsupported-target.slang

//DIAGNOSTIC_TEST:SIMPLE(filecheck=CHECK):-target hlsl -separate-debug-info -entry main -stage vertex

// CHECK: warning 18: '-separate-debug-info' is not supported for target 'hlsl'

void main()
{
}