[lld/mac] clarify comment
authorNico Weber <thakis@chromium.org>
Sun, 13 Jun 2021 17:30:05 +0000 (13:30 -0400)
committerNico Weber <thakis@chromium.org>
Sun, 13 Jun 2021 17:30:07 +0000 (13:30 -0400)
This is a "we should do X in the future" fixme, not an "X might go wrong"
fixme.

lld/MachO/UnwindInfoSection.cpp

index d024b33..80f6212 100644 (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