Sign in
chromium
/
external
/
github.com
/
llvm
/
llvm-project.git
/
622d8b0bc2dd8af7427a3e684c625ce5681aa4de
/
.
/
mlir
/
test
/
mlir-tblgen
/
constant-str-attr-invalid.mlir
blob: 1d0e62d5dec094f119220e393445a632d9fb625e [
file
] [
log
] [
blame
]
// 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'}}