[lld/mac] clarify comment

This is a "we should do X in the future" fixme, not an "X might go wrong"
fixme.
This commit is contained in:
Nico Weber 2021-06-13 13:30:05 -04:00
parent 6ecc99210c
commit 7d4c8a2b8f
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ void UnwindInfoSectionImpl<Ptr>::prepareRelocations(ConcatInputSection *isec) {
assert(!isec->shouldOmitFromOutput() &&
"__compact_unwind section should not be omitted");
// FIXME: This could skip relocations for CompactUnwindEntries that
// FIXME: Make this skip relocations for CompactUnwindEntries that
// point to dead-stripped functions. That might save some amount of
// work. But since there are usually just few personality functions
// that are referenced from many places, at least some of them likely