diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-11-18 13:26:32 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-11-18 13:26:51 +0000 |
| commit | c070a27acc474a2e4a159d8797d4506bcbe71a30 (patch) | |
| tree | f6fe68831f4534ace5260f1d6ef2c604255a349d /llvm/test/DebugInfo/X86/DW_AT_location-reference.ll | |
| parent | ae31c7299ba60f909f718d6cc8a2b4114d506127 (diff) | |
| download | bcm5719-llvm-c070a27acc474a2e4a159d8797d4506bcbe71a30.tar.gz bcm5719-llvm-c070a27acc474a2e4a159d8797d4506bcbe71a30.zip | |
Revert rGc0f6ad7d1f3c : "DWARF location lists: Add section index dumping"
This reverts commit c0f6ad7d1f3ccb9d0b9ce9ef8dfa06409ccf1b3e to fix the buildbots.
Diffstat (limited to 'llvm/test/DebugInfo/X86/DW_AT_location-reference.ll')
| -rw-r--r-- | llvm/test/DebugInfo/X86/DW_AT_location-reference.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/X86/DW_AT_location-reference.ll b/llvm/test/DebugInfo/X86/DW_AT_location-reference.ll index 43fde0bcc64..dbcae5d3a0b 100644 --- a/llvm/test/DebugInfo/X86/DW_AT_location-reference.ll +++ b/llvm/test/DebugInfo/X86/DW_AT_location-reference.ll @@ -33,8 +33,8 @@ ; CHECK: DW_TAG_variable ; CHECK-NEXT: DW_AT_location [DW_FORM_sec_offset] (0x00000000 ; Check that the location contains only 2 ranges. -; CHECK-NEXT: [0x{{[0-9a-f]*}}, 0x{{[0-9a-f]*}}) -; CHECK-NEXT: [0x{{[0-9a-f]*}}, 0x{{[0-9a-f]*}}){{.*}}) +; CHECK-NEXT: [0x{{[0-9a-f]*}}, 0x{{[0-9a-f]*}}): +; CHECK-NEXT: [0x{{[0-9a-f]*}}, 0x{{[0-9a-f]*}}): {{.*}}) ; CHECK-NEXT: DW_AT_name {{.*}} "x" ; CHECK-NEXT: DW_AT_decl_file ; CHECK-NEXT: DW_AT_decl_line |

