diff options
Diffstat (limited to 'test/Linker/debug-info-version-b.ll')
-rw-r--r-- | test/Linker/debug-info-version-b.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Linker/debug-info-version-b.ll b/test/Linker/debug-info-version-b.ll index 515291f..e494420 100644 --- a/test/Linker/debug-info-version-b.ll +++ b/test/Linker/debug-info-version-b.ll @@ -4,7 +4,7 @@ !llvm.module.flags = !{ !0 } !llvm.dbg.cu = !{!1} -!0 = metadata !{i32 2, metadata !"Debug Info Version", i32 42} -!1 = metadata !{metadata !"0x11\0012\00clang\000\00", metadata !"I AM UNEXPECTED!"} ; [ DW_TAG_compile_unit ] -!2 = metadata !{metadata !"b.c", metadata !""} -!3 = metadata !{} +!0 = !{i32 2, !"Debug Info Version", i32 42} +!1 = !{!"0x11\0012\00clang\000\00", !"I AM UNEXPECTED!"} ; [ DW_TAG_compile_unit ] +!2 = !{!"b.c", !""} +!3 = !{} |