[lld] r358961 - [LLD][ELF] - Update test case after llvm-mc change.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 23 02:30:26 PDT 2019
Author: grimar
Date: Tue Apr 23 02:30:26 2019
New Revision: 358961
URL: http://llvm.org/viewvc/llvm-project?rev=358961&view=rev
Log:
[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.
Modified:
lld/trunk/test/ELF/compressed-debug-input.s
Modified: lld/trunk/test/ELF/compressed-debug-input.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/compressed-debug-input.s?rev=358961&r1=358960&r2=358961&view=diff
==============================================================================
--- lld/trunk/test/ELF/compressed-debug-input.s (original)
+++ lld/trunk/test/ELF/compressed-debug-input.s Tue Apr 23 02:30:26 2019
@@ -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: }
More information about the llvm-commits
mailing list