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/CodeGen/AMDGPU/debug-value2.ll | |
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/CodeGen/AMDGPU/debug-value2.ll')
-rw-r--r-- | llvm/test/CodeGen/AMDGPU/debug-value2.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AMDGPU/debug-value2.ll b/llvm/test/CodeGen/AMDGPU/debug-value2.ll index 5200315ed74..3a13a334848 100644 --- a/llvm/test/CodeGen/AMDGPU/debug-value2.ll +++ b/llvm/test/CodeGen/AMDGPU/debug-value2.ll @@ -278,7 +278,7 @@ declare void @llvm.dbg.value(metadata, metadata, metadata) !opencl.ocl.version = !{!107} !llvm.ident = !{!108, !109} -!0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 7.0.0 (https://github.com/llvm-mirror/clang.git 3edc9a6d1f98fec61a944167cb5c36c40104918a) (https://github.com/llvm-mirror/llvm.git 90eddc791688f226397e600c287c043d9b0e35fa)", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, retainedTypes: !74) +!0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 7.0.0", isOptimized: true, runtimeVersion: 0, emissionKind: FullDebug, enums: !2, retainedTypes: !74) !1 = !DIFile(filename: "tmp.cl", directory: "/home/yaxunl/h/git/llvm/assert") !2 = !{!3, !27, !37, !42, !46, !51, !55, !68} !3 = !DICompositeType(tag: DW_TAG_enumeration_type, name: "BrdfType", file: !4, line: 1334, size: 32, elements: !5) @@ -386,7 +386,7 @@ declare void @llvm.dbg.value(metadata, metadata, metadata) !105 = !{i32 2, !"Debug Info Version", i32 3} !106 = !{i32 1, !"wchar_size", i32 4} !107 = !{i32 2, i32 0} -!108 = !{!"clang version 7.0.0 (https://github.com/llvm-mirror/clang.git 3edc9a6d1f98fec61a944167cb5c36c40104918a) (https://github.com/llvm-mirror/llvm.git 90eddc791688f226397e600c287c043d9b0e35fa)"} +!108 = !{!"clang version 7.0.0"} !109 = !{!"clang version 4.0 "} !110 = distinct !DISubprogram(name: "Scene_transformT", scope: !4, file: !4, line: 2182, type: !111, isLocal: false, isDefinition: true, scopeLine: 2183, flags: DIFlagPrototyped, isOptimized: true, unit: !0, retainedNodes: !116) !111 = !DISubroutineType(types: !112) |