diff options
| author | George Rimar <grimar@accesssoftek.com> | 2019-04-03 15:28:35 +0000 |
|---|---|---|
| committer | George Rimar <grimar@accesssoftek.com> | 2019-04-03 15:28:35 +0000 |
| commit | ed3eaf477c756bb1540ea5bf5a8f06f8c27d591c (patch) | |
| tree | 76d1f23143757b583b20f89dd547093ef9a9f605 /lldb/lit/Modules | |
| parent | 925bb20c794ffe0397e5c764b3d01c859c3f5cdf (diff) | |
| download | bcm5719-llvm-ed3eaf477c756bb1540ea5bf5a8f06f8c27d591c.tar.gz bcm5719-llvm-ed3eaf477c756bb1540ea5bf5a8f06f8c27d591c.zip | |
[LLDB] - Update the test cases after yaml2obj change.
https://reviews.llvm.org/D60122 (r357595) changed the
symbols description format in yaml2obj.
This change updates the LLDB tests.
llvm-svn: 357600
Diffstat (limited to 'lldb/lit/Modules')
| -rw-r--r-- | lldb/lit/Modules/ELF/build-id-case.yaml | 11 | ||||
| -rw-r--r-- | lldb/lit/Modules/ELF/duplicate-section.yaml | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/lldb/lit/Modules/ELF/build-id-case.yaml b/lldb/lit/Modules/ELF/build-id-case.yaml index 843bc40fb79..c95ffbd7ffd 100644 --- a/lldb/lit/Modules/ELF/build-id-case.yaml +++ b/lldb/lit/Modules/ELF/build-id-case.yaml @@ -32,10 +32,9 @@ Sections: AddressAlign: 0x0000000000000008 Content: DEADBEEFBAADF00D Symbols: - Local: - - Name: main - Type: STT_FUNC - Section: .text - Value: 0x00000000004003D0 - Size: 0x0000000000000008 + - Name: main + Type: STT_FUNC + Section: .text + Value: 0x00000000004003D0 + Size: 0x0000000000000008 ... diff --git a/lldb/lit/Modules/ELF/duplicate-section.yaml b/lldb/lit/Modules/ELF/duplicate-section.yaml index b4b391cc912..8b280d2449b 100644 --- a/lldb/lit/Modules/ELF/duplicate-section.yaml +++ b/lldb/lit/Modules/ELF/duplicate-section.yaml @@ -33,10 +33,9 @@ Sections: AddressAlign: 0x0000000000000008 Content: DEADBEEFBAADF00D Symbols: - Local: - - Name: main - Type: STT_FUNC - Section: .text - Value: 0x00000000004003D0 - Size: 0x0000000000000008 + - Name: main + Type: STT_FUNC + Section: .text + Value: 0x00000000004003D0 + Size: 0x0000000000000008 ... |

