[PATCH] D70962: [LLD][ELF][AArch64] .note.gnu.property sections should have alignment 8

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 06:49:41 PST 2019


grimar added inline comments.


================
Comment at: lld/test/ELF/aarch64-gnu-property-align.s:1
+# REQUIRES: aarch64
+# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %s -o %t.o
----------------
Seems you can use x86 here too?


================
Comment at: lld/test/ELF/aarch64-pt-gnu-property.s:19
 # CHECK-NEXT:     Info: 0
-# CHECK-NEXT:     AddressAlignment: 4
+# CHECK-NEXT:     AddressAlignment: 8
 
----------------
Do we have a test for `!config->is64`?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70962/new/

https://reviews.llvm.org/D70962





More information about the llvm-commits mailing list