blob: 10b5f692bfe83889c0683776d3cba35992f79cd6 [file] [log] [blame]
// RUN: %clang --driver-mode=dxc -Tcs_6_1 -Efoo -fcgl -Fo - %s | FileCheck %s
// Make sure not mangle entry.
// CHECK:define void @foo()
// Make sure add function attribute.
// CHECK:"dx.shader"="compute"
[numthreads(1,1,1)]
void foo() {
}