bolt/deps/llvm-18.1.8/mlir/test/mlir-tblgen/constant-str-attr-invalid.mlir

5 lines
209 B
MLIR
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: mlir-opt -verify-diagnostics %s
// Test DefaultValuedAttr<StrAttr, ""> is recognized as "no default value"
test.no_str_value {} // expected-error {{'test.no_str_value' op requires attribute 'value'}}