[PATCH] D119671: [ObjectYAML][MachO] Add basic chained fixups support
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 13 05:21:25 PDT 2022
thakis added inline comments.
================
Comment at: llvm/lib/Object/MachOObjectFile.cpp:1387
+ "LC_DYLD_CHAINED_FIXUPS", Elements, "chained fixups data")))
+ return;
+ } else if (Load.C.cmd == MachO::LC_DYLD_EXPORTS_TRIE) {
----------------
Hm, is this diff very old? phab says "Feb 2022", but…oh I see, https://reviews.llvm.org/D113630 is aprantl's change that landed concurrently with this (?)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119671/new/
https://reviews.llvm.org/D119671
More information about the llvm-commits
mailing list