[PATCH] D93106: [dsymutil][DWARFLinker][NFC] make AddressManager not depending on the order of checks for relocations.
    Jonas Devlieghere via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jan 11 10:20:45 PST 2021
    
    
  
JDevlieghere added inline comments.
================
Comment at: llvm/tools/dsymutil/DwarfLinkerForBinary.h:89
+    bool
+    enumerateRelocations(uint64_t StartPos, uint64_t EndPos,
+                         function_ref<bool(const ValidReloc &rel)> RelHandler);
----------------
Can we return a list of relocations as an alternative to using a callback? 
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93106/new/
https://reviews.llvm.org/D93106
    
    
More information about the llvm-commits
mailing list