diff options
author | Eric Christopher <echristo@gmail.com> | 2013-04-19 07:47:16 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-04-19 07:47:16 +0000 |
commit | 0e89ade8ffb24ae1b2b024151d41c17acd67d678 (patch) | |
tree | a1d0344f7061826aa3fcbfb8bfae242a3720f00f /llvm/test/Transforms/GCOVProfiling | |
parent | 3669c3c603a8e5ec15d5380b0cb9b803e5ca5ac0 (diff) | |
download | bcm5719-llvm-0e89ade8ffb24ae1b2b024151d41c17acd67d678.tar.gz bcm5719-llvm-0e89ade8ffb24ae1b2b024151d41c17acd67d678.zip |
Revert "PR14606: debug info imported_module support"
This reverts commit r179836 as it seems to have caused test failures.
llvm-svn: 179840
Diffstat (limited to 'llvm/test/Transforms/GCOVProfiling')
-rw-r--r-- | llvm/test/Transforms/GCOVProfiling/linkagename.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/GCOVProfiling/linkagename.ll b/llvm/test/Transforms/GCOVProfiling/linkagename.ll index 7ce4d861f0e..d1bce728e08 100644 --- a/llvm/test/Transforms/GCOVProfiling/linkagename.ll +++ b/llvm/test/Transforms/GCOVProfiling/linkagename.ll @@ -14,7 +14,7 @@ entry: !llvm.dbg.cu = !{!0} !llvm.gcov = !{!9} -!0 = metadata !{i32 786449, i32 4, metadata !1, metadata !"clang version 3.3 (trunk 177323)", i1 false, metadata !"", i32 0, metadata !3, metadata !3, metadata !4, metadata !3, metadata !3, metadata !""} ; [ DW_TAG_compile_unit ] [/home/nlewycky/hello.cc] [DW_LANG_C_plus_plus] +!0 = metadata !{i32 786449, i32 4, metadata !1, metadata !"clang version 3.3 (trunk 177323)", i1 false, metadata !"", i32 0, metadata !3, metadata !3, metadata !4, metadata !3, metadata !""} ; [ DW_TAG_compile_unit ] [/home/nlewycky/hello.cc] [DW_LANG_C_plus_plus] !1 = metadata !{i32 786473, metadata !2} ; [ DW_TAG_file_type ] [/home/nlewycky/hello.cc] !2 = metadata !{metadata !"hello.cc", metadata !"/home/nlewycky"} !3 = metadata !{i32 0} |