[PATCH] D38360: [ELF] Set Dot initially to --image-base value when using linker scripts
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 28 08:04:55 PDT 2017
grimar added inline comments.
================
Comment at: ELF/Config.h:177
uint64_t ImageBase;
+ uint64_t InitialDot = 0;
uint64_t MaxPageSize;
----------------
I think proper place for this would be `ScriptConfiguration`,
though please wait for Rui's opinion.
https://reviews.llvm.org/D38360
More information about the llvm-commits
mailing list