[PATCH] D135642: [MC] .addrsig_sym: ignore unregistered symbols

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 22:28:58 PDT 2022


MaskRay marked an inline comment as done.
MaskRay added inline comments.


================
Comment at: llvm/test/MC/MachO/addrsig.s:1
 # RUN: llvm-mc -filetype=obj -triple arm64-apple-darwin %s -o %t
 # RUN: llvm-readobj -r -s %t | FileCheck %s
----------------
chapuni wrote:
> It requires aarch64 target?
Thanks. Fixed in a separate commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135642



More information about the llvm-commits mailing list