[PATCH] D51409: [LLD][ELF] - Do not forget to clean synthetic sections pointers before link().
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 4 21:31:32 PDT 2018
ruiu added inline comments.
================
Comment at: ELF/SyntheticSections.h:977
struct InX {
+ static uint8_t First;
static InputSection *ARMAttributes;
----------------
Is it really guaranteed that static data members are adjacent in memory?
https://reviews.llvm.org/D51409
More information about the llvm-commits
mailing list