diff options
| author | George Rimar <grimar@accesssoftek.com> | 2019-04-23 09:30:26 +0000 |
|---|---|---|
| committer | George Rimar <grimar@accesssoftek.com> | 2019-04-23 09:30:26 +0000 |
| commit | 545f621a7c76d0a2fc9b2f657c38da8252d2f9cc (patch) | |
| tree | 3fe2245cd15a5ed81a0ee166453d63f038edb3f4 | |
| parent | b9ed9cb5d7e36bcb07b437a8980df32cfe8268a2 (diff) | |
| download | bcm5719-llvm-545f621a7c76d0a2fc9b2f657c38da8252d2f9cc.tar.gz bcm5719-llvm-545f621a7c76d0a2fc9b2f657c38da8252d2f9cc.zip | |
[LLD][ELF] - Update test case after llvm-mc change.
rL358960 "[llvm-mc] - Properly set the the address align field of the compressed sections."
changed the sh_addralign field of the "zlib" compressed debug sections.
llvm-svn: 358961
| -rw-r--r-- | lld/test/ELF/compressed-debug-input.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/compressed-debug-input.s b/lld/test/ELF/compressed-debug-input.s index aad8cd02b3b..061386457b7 100644 --- a/lld/test/ELF/compressed-debug-input.s +++ b/lld/test/ELF/compressed-debug-input.s @@ -16,7 +16,7 @@ # ZLIB-NEXT: Size: # ZLIB-NEXT: Link: # ZLIB-NEXT: Info: -# ZLIB-NEXT: AddressAlignment: 1 +# ZLIB-NEXT: AddressAlignment: 8 # ZLIB-NEXT: EntrySize: 1 # ZLIB-NEXT: } |

