diff options
Diffstat (limited to 'test/Linker/Inputs/ident.a.ll')
-rw-r--r-- | test/Linker/Inputs/ident.a.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Linker/Inputs/ident.a.ll b/test/Linker/Inputs/ident.a.ll index ebda940..3c3fb19 100644 --- a/test/Linker/Inputs/ident.a.ll +++ b/test/Linker/Inputs/ident.a.ll @@ -1,3 +1,3 @@ !llvm.ident = !{!0, !1} -!0 = metadata !{metadata !"Compiler V1"} -!1 = metadata !{metadata !"Compiler V2"} +!0 = !{!"Compiler V1"} +!1 = !{!"Compiler V2"} |