blob: f55988085ad7466b5802d36f8f2c716cd001e533 [file] [edit]
// RUN: %clang_cc1 -triple amdgpu9.42 -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() {}