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
[mlir][py] Enable loading only specified dialects during creation. (#121421)
[llvm-project.git]
/
mlir
/
test
/
Target
/
SPIRV
/
invalid-module.mlir
blob
eb1b0bc43ebc9bde14baf359f224ee272184ef70
1
// RUN: mlir-translate %s -serialize-spirv -no-implicit-module -verify-diagnostics
2
3
// expected-error@below {{expected a 'spirv.module' op, got 'builtin.module'}}
4
module {}