nickdesaulniers added a comment.

> But ELF allows object files to contain an arbitrary number of what I've been 
> calling "section units" that will be assembled into a single section in the 
> image.

More precisely, in assembler, you can specify sections dis-jointly, but they 
will be rejoined when assembled into an ELF object, as ELF section names are 
unique and cannot be discontinuous.


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

https://reviews.llvm.org/D68101



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to