blob: 5b76cfff4f63bc219da8dadc4fef5e04f6db9a5e [file] [log] [blame] [edit]
// RUN: %clang_cc1 -triple amdgcn -target-cpu gfx942 -target-feature +gws -o /dev/null %s 2>&1 \
// RUN: | FileCheck --check-prefix=GWS %s
// GWS: warning: feature flag '+gws' is ignored since the feature is read only [-Winvalid-command-line-argument]
kernel void test() {}