[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / SemaHLSL / entry_shader.hlsl
blob0ed6c0c9d417ecd3fffcad00c9999e568f7fdb1f
1 // RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-compute -x hlsl -hlsl-entry foo  -o - %s -DSHADER='"mesh"' -verify
2 // RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-compute -x hlsl -hlsl-entry foo  -o - %s -DSHADER='"compute"'
4 // expected-error@+1 {{'shader' attribute on entry function does not match the target profile}}
5 [numthreads(1,1,1), shader(SHADER)]
6 void foo() {