We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8479f commit 9a0ec93Copy full SHA for 9a0ec93
mlir/test/Target/LLVMIR/invalid-module.mlir
@@ -11,4 +11,4 @@ module attributes {llvm.module_asm = "foo"} {}
11
12
// -----
13
// expected-error@below {{expected a string attribute for each entry of a module level asm}}
14
-module attributes {llvm.module_asm = [42]} {}
+module attributes {llvm.module_asm = [42]} {}
0 commit comments