[PATCH] D58795: ELF: Write .eh_frame_hdr explicitly after writing .eh_frame.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 28 14:24:29 PST 2019
ruiu added inline comments.
================
Comment at: lld/ELF/OutputSections.h:128
struct Out {
+ static uint8_t *Base;
static uint8_t First;
----------------
At first I thought that this is a base address or something, but turned out this is just a pointer to the beginning of a buffer. Maybe `BufferStart` is a better name?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58795/new/
https://reviews.llvm.org/D58795
More information about the llvm-commits
mailing list