[PATCH] D145291: [AArch64] Run XRay tests for macOS

Oleksii Lozovskyi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 3 19:24:44 PST 2023


ilammy created this revision.
ilammy added reviewers: ianlevesque, dberris, MaskRay.
Herald added subscribers: arphaman, kristof.beyls.
Herald added a project: All.
ilammy requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

XRay instrumentation works for macOS running on Apple Silicon, but
codegen is untested there. I'm going to make changes affecting this
target, get the tests running.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145291

Files:
  llvm/test/CodeGen/AArch64/xray-attribute-instrumentation.ll
  llvm/test/CodeGen/AArch64/xray-omit-function-index.ll
  llvm/test/CodeGen/AArch64/xray-partial-instrumentation-skip-entry.ll
  llvm/test/CodeGen/AArch64/xray-partial-instrumentation-skip-exit.ll
  llvm/test/CodeGen/AArch64/xray-tail-call-sled.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145291.502336.patch
Type: text/x-patch
Size: 10986 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230304/0eff3853/attachment.bin>


More information about the llvm-commits mailing list