[PATCH] D119671: [ObjectYAML][MachO] Add basic chained fixups support

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 15 00:02:44 PST 2022


jhenderson added a comment.

Okay, I'm happy with the comments I made, but as mentioned, someone else will need to look at this patch from a Mach-O perspective.



================
Comment at: llvm/test/ObjectYAML/MachO/chained_fixups.yaml:184
+# CHECK: ChainedFixups:   [ 0x0, 0x0, 0x0, 0x0, 0x20, 0x0, 0x0, 0x0, 0x30, 0x0,
+# CHECK:                    0x0, 0x0, 0x30, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
+# CHECK:                    0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
----------------
`CHECK-NEXT` here and below.


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