summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2018-03-06 03:15:21 +0000
committerPaul Robinson <paul.robinson@sony.com>2018-03-06 03:15:21 +0000
commit732e443bb9eebf5ba1a9dbf0df1104057b8fa2ac (patch)
tree7c68da8169bdcb4fed36bfd21290d33ff3a7ddfc /llvm/test/DebugInfo
parent8fd561f572b8992f3e1b94192e0285fbd237636b (diff)
downloadbcm5719-llvm-732e443bb9eebf5ba1a9dbf0df1104057b8fa2ac.tar.gz
bcm5719-llvm-732e443bb9eebf5ba1a9dbf0df1104057b8fa2ac.zip
Revert "[DWARFv5] Emit file 0 to the line table."
Caused an asan failure. This reverts commit d54883f081186cdcce74e6f98cfc0438579ec019. aka r326758 llvm-svn: 326762
Diffstat (limited to 'llvm/test/DebugInfo')
-rw-r--r--llvm/test/DebugInfo/X86/dbg-file-name.ll2
-rw-r--r--llvm/test/DebugInfo/X86/inline-asm-locs.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/dbg-file-name.ll b/llvm/test/DebugInfo/X86/dbg-file-name.ll
index 633b9c069c5..251952df191 100644
--- a/llvm/test/DebugInfo/X86/dbg-file-name.ll
+++ b/llvm/test/DebugInfo/X86/dbg-file-name.ll
@@ -2,7 +2,7 @@
; Verify that the file name is relative to the directory.
; rdar://problem/8884898
-; CHECK: file 1 "/Users/manav/one/two" "simple.c"
+; CHECK: file 1 "simple.c"
declare i32 @printf(i8*, ...) nounwind
diff --git a/llvm/test/DebugInfo/X86/inline-asm-locs.ll b/llvm/test/DebugInfo/X86/inline-asm-locs.ll
index 9dad6dd3346..632aa0be623 100644
--- a/llvm/test/DebugInfo/X86/inline-asm-locs.ll
+++ b/llvm/test/DebugInfo/X86/inline-asm-locs.ll
@@ -22,7 +22,7 @@
; CHECK: .file 2 "B.asm"
; CHECK: .loc 1 111
; CHECK: .loc 2 222
-; CHECK: .file 3 "/{{.*}}/test.c"
+; CHECK: .file 3 "test.c"
; CHECK: .loc 3 14 0
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
OpenPOWER on IntegriCloud