[PATCH] D109109: [MC] Recursively calculate symbol offset

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 15 10:55:37 PDT 2021


MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.

Please add a comment and run `arc diff 'HEAD^'` or manually upload the diff.
The diff as it currently displays cannot be accepted.



================
Comment at: llvm/test/MC/MachO/chained-alias-offset.s:1
+// RUN: llvm-mc -triple x86_64-apple-macos %s -filetype=obj -o -
+l_a:
----------------
Use `llvm-readobj -s` to check the symbol values, instead of checking it doesn't crash.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109109



More information about the llvm-commits mailing list