summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/AMDGPU
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2018-02-05 20:43:15 +0000
committerPaul Robinson <paul.robinson@sony.com>2018-02-05 20:43:15 +0000
commit0a22709f067c2305e1d99a7dcc6f74f9d65ef47b (patch)
tree9281bec368cb9a66429516c2280ab6d034ec004a /llvm/test/DebugInfo/AMDGPU
parent02914dc1278cf9b472e9cd4357d641b5dd3f5834 (diff)
downloadbcm5719-llvm-0a22709f067c2305e1d99a7dcc6f74f9d65ef47b.tar.gz
bcm5719-llvm-0a22709f067c2305e1d99a7dcc6f74f9d65ef47b.zip
[DWARF] Regularize dumping strings from line tables.
The major visible difference here is that in line-table dumps, directory and file names are wrapped in double-quotes; previously, directory names got single quotes and file names were not quoted at all. The improvement in this patch is that when a DWARF v5 line table header has indirect strings, in a verbose dump these will all have their section[offset] printed as well as the name itself. This matches the format used for dumping strings in the .debug_info section. Differential Revision: https://reviews.llvm.org/D42802 llvm-svn: 324270
Diffstat (limited to 'llvm/test/DebugInfo/AMDGPU')
-rw-r--r--llvm/test/DebugInfo/AMDGPU/dwarfdump-relocs.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/AMDGPU/dwarfdump-relocs.ll b/llvm/test/DebugInfo/AMDGPU/dwarfdump-relocs.ll
index bc8548f953c..c6715cde2f8 100644
--- a/llvm/test/DebugInfo/AMDGPU/dwarfdump-relocs.ll
+++ b/llvm/test/DebugInfo/AMDGPU/dwarfdump-relocs.ll
@@ -13,7 +13,7 @@
; }
; CHECK-NOT: failed to compute relocation
-; CHECK: file_names[ 1] 0 0x00000000 0x00000000 dwarfdump-relocs.cl
+; CHECK: file_names[ 1] 0 0x00000000 0x00000000 "dwarfdump-relocs.cl"
declare void @llvm.dbg.declare(metadata, metadata, metadata)
OpenPOWER on IntegriCloud