diff options
author | David Blaikie <dblaikie@gmail.com> | 2013-03-20 23:58:12 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2013-03-20 23:58:12 +0000 |
commit | efb0d65ed7a497dce00fb6d171f5fd645d554192 (patch) | |
tree | 315c88ccd4249ea27f2433e52c44bfa9273d7800 /llvm/test/CodeGen/X86/dwarf-comp-dir.ll | |
parent | d54bb5c192d1b42a0390f220f18d5fe169927cb5 (diff) | |
download | bcm5719-llvm-efb0d65ed7a497dce00fb6d171f5fd645d554192.tar.gz bcm5719-llvm-efb0d65ed7a497dce00fb6d171f5fd645d554192.zip |
Debug info: refactor the first field of DICompileUnit to be a raw file/directory pair
This removes the DICompileUnit special case from DIScope.
llvm-svn: 177610
Diffstat (limited to 'llvm/test/CodeGen/X86/dwarf-comp-dir.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/dwarf-comp-dir.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/dwarf-comp-dir.ll b/llvm/test/CodeGen/X86/dwarf-comp-dir.ll index b794a57694f..3bc2957963e 100644 --- a/llvm/test/CodeGen/X86/dwarf-comp-dir.ll +++ b/llvm/test/CodeGen/X86/dwarf-comp-dir.ll @@ -6,7 +6,7 @@ target triple = "x86_64-unknown-linux-gnu" !llvm.dbg.cu = !{!0} -!0 = metadata !{i32 720913, metadata !3, i32 12, metadata !"clang version 3.1 (trunk 143523)", i1 true, i1 true, metadata !"", i32 0, metadata !1, metadata !1, metadata !1, metadata !1} ; [ DW_TAG_compile_unit ] +!0 = metadata !{i32 720913, metadata !4, i32 12, metadata !"clang version 3.1 (trunk 143523)", i1 true, i1 true, metadata !"", i32 0, metadata !1, metadata !1, metadata !1, metadata !1} ; [ DW_TAG_compile_unit ] !1 = metadata !{metadata !2} !2 = metadata !{i32 0} !3 = metadata !{i32 786473, metadata !4} ; [ DW_TAG_file_type ] |