Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/15.0-2022-08-09
/
.
/
mlir
/
test
/
mlir-tblgen
/
constant-str-attr-invalid.mlir
blob: 1d0e62d5dec094f119220e393445a632d9fb625e [
file
] [
log
] [
blame
] [
edit
]
// 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'}}