diff options
| author | James Y Knight <jyknight@google.com> | 2019-01-15 16:18:52 +0000 |
|---|---|---|
| committer | James Y Knight <jyknight@google.com> | 2019-01-15 16:18:52 +0000 |
| commit | 693d39dd12710a3634e287dfa5d0dd516fbe24d6 (patch) | |
| tree | f62e4ca4197ec493b0ea5c123fe5494298cf9862 /llvm/test/DebugInfo/Sparc | |
| parent | 4e38b8f8bd2f394de342f31011602679b78c0439 (diff) | |
| download | bcm5719-llvm-693d39dd12710a3634e287dfa5d0dd516fbe24d6.tar.gz bcm5719-llvm-693d39dd12710a3634e287dfa5d0dd516fbe24d6.zip | |
Remove irrelevant references to legacy git repositories from
compiler identification lines in test-cases.
(Doing so only because it's then easier to search for references which
are actually important and need fixing.)
llvm-svn: 351200
Diffstat (limited to 'llvm/test/DebugInfo/Sparc')
| -rw-r--r-- | llvm/test/DebugInfo/Sparc/gnu-window-save.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/Sparc/gnu-window-save.ll b/llvm/test/DebugInfo/Sparc/gnu-window-save.ll index f1372776731..fb9602bace7 100644 --- a/llvm/test/DebugInfo/Sparc/gnu-window-save.ll +++ b/llvm/test/DebugInfo/Sparc/gnu-window-save.ll @@ -55,7 +55,7 @@ attributes #1 = { "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "n !llvm.module.flags = !{!9, !10} !llvm.ident = !{!11} -!0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.5 (http://llvm.org/git/clang.git 6a0714fee07fb7c4e32d3972b4fe2ce2f5678cf4) (llvm/ 672e88e934757f76d5c5e5258be41e7615094844)", isOptimized: false, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !2, globals: !2, imports: !2) +!0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.5", isOptimized: false, emissionKind: FullDebug, file: !1, enums: !2, retainedTypes: !2, globals: !2, imports: !2) !1 = !DIFile(filename: "hello.c", directory: "/home/venkatra/work/benchmarks/test/hello") !2 = !{} !4 = distinct !DISubprogram(name: "main", line: 3, isLocal: false, isDefinition: true, virtualIndex: 6, flags: DIFlagPrototyped, isOptimized: false, unit: !0, scopeLine: 4, file: !1, scope: !5, type: !6, retainedNodes: !2) @@ -65,6 +65,6 @@ attributes #1 = { "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "n !8 = !DIBasicType(tag: DW_TAG_base_type, name: "int", size: 32, align: 32, encoding: DW_ATE_signed) !9 = !{i32 2, !"Dwarf Version", i32 4} !10 = !{i32 1, !"Debug Info Version", i32 3} -!11 = !{!"clang version 3.5 (http://llvm.org/git/clang.git 6a0714fee07fb7c4e32d3972b4fe2ce2f5678cf4) (llvm/ 672e88e934757f76d5c5e5258be41e7615094844)"} +!11 = !{!"clang version 3.5"} !12 = !DILocation(line: 5, scope: !4) !13 = !DILocation(line: 6, scope: !4) |

