[PATCH] D113630: Add support for chained fixup load commands to MachOObjectFile

Kirill Stoimenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 22 12:35:49 PST 2022


kstoimenov added inline comments.


================
Comment at: llvm/include/llvm/Object/MachO.h:379
+  uint32_t FixupIndex = 0;
+  FixupKind Kind;
+};
----------------
It looks like this change in breaking the sanitizer Android build: https://lab.llvm.org/buildbot/#/builders/77/builds/14698. Could you please fix that? 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113630



More information about the llvm-commits mailing list