repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang-tidy][NFC]remove deps of clang in clang tidy test (#116588)
[llvm-project.git]
/
mlir
/
test
/
Analysis
/
invalid.mlir
blob
899c095804a02d8dfac5957361385979c09a4efd
1
// RUN: mlir-opt -split-input-file -pass-pipeline='builtin.module(func.func(test-foo-analysis))' %s -verify-diagnostics
2
3
// -----
4
5
// expected-error @+1 {{expected at least one block in the region}}
6
func.func private @no_block_func_declaration() -> ()
7