[PATCH] D109109: [MC] Recursively calculate symbol offset
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 15 10:57:14 PDT 2021
MaskRay added inline comments.
================
Comment at: llvm/test/MC/MachO/chained-alias-offset.s:2
+// RUN: llvm-mc -triple x86_64-apple-macos %s -filetype=obj -o -
+l_a:
+l_b = l_a + 1
----------------
Test discovery trick: update MCFragment.cpp to use a wrong value and run `check-llvm-mc`
Consider adding the new test to an existing file.
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