[PATCH] D38907: Give .note.gnu.build-id section alignment 4

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 15 17:54:25 PDT 2017


ruiu added a comment.

Ah, thanks. It is a good surprise. So, the document says that "In 64-bit objects (files with e_ident[EI_CLASS] equal to ELFCLASS64), each entry is an array of 8-byte words in the format of the target processor." Maybe you should align it to Config->Wordsize instead of 4?


Repository:
  rL LLVM

https://reviews.llvm.org/D38907





More information about the llvm-commits mailing list