diff options
| author | Paul Robinson <paul.robinson@sony.com> | 2018-02-05 20:43:15 +0000 |
|---|---|---|
| committer | Paul Robinson <paul.robinson@sony.com> | 2018-02-05 20:43:15 +0000 |
| commit | 0a22709f067c2305e1d99a7dcc6f74f9d65ef47b (patch) | |
| tree | 9281bec368cb9a66429516c2280ab6d034ec004a /llvm/test/DebugInfo/AMDGPU | |
| parent | 02914dc1278cf9b472e9cd4357d641b5dd3f5834 (diff) | |
| download | bcm5719-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.ll | 2 |
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) |

