diff options
Diffstat (limited to 'test/Linker/module-flags-4-a.ll')
-rw-r--r-- | test/Linker/module-flags-4-a.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/module-flags-4-a.ll b/test/Linker/module-flags-4-a.ll index 14d850dd59c70..1c50680054a7a 100644 --- a/test/Linker/module-flags-4-a.ll +++ b/test/Linker/module-flags-4-a.ll @@ -5,6 +5,6 @@ ; CHECK: linking module flags 'bar': does not have the required value !0 = !{ i32 1, !"foo", i32 37 } -!1 = !{ i32 1, !"bar", i32 927 } +!1 = !{ i32 4, !"bar", i32 927 } !llvm.module.flags = !{ !0, !1 } |