[PATCH] D33500: [LLD][ELF] .ARM.exidx sentinel section writeTo() should use InputSectionDescriptions.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 25 16:29:16 PDT 2017
ruiu added inline comments.
================
Comment at: ELF/SyntheticSections.cpp:2190
+ std::vector<std::vector<InputSection *> *> Ranges =
+ Script->inputSectionRanges(OutSec->Name);
+ for (std::vector<InputSection *> *Range : Ranges)
----------------
This inputSectionRanges function doesn't seem to be defined. What am I missing?
https://reviews.llvm.org/D33500
More information about the llvm-commits
mailing list