[PATCH] D95121: [lld-macho][NFC] refactor relocation handling

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 2 12:33:37 PST 2021


int3 added inline comments.


================
Comment at: lld/MachO/Writer.cpp:435-436
       continue;
+    if (isec->name == section_names::ehFrame)
+      continue;
 
----------------
I think this shouldn't have been part of the diff


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95121/new/

https://reviews.llvm.org/D95121



More information about the llvm-commits mailing list