[PATCH] D145291: [AArch64][ARM][X86] Split XRay tests for Linux/macOS

Oleksii Lozovskyi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 5 03:55:54 PST 2023


ilammy updated this revision to Diff 502423.
ilammy retitled this revision from "[AArch64] Run XRay tests for macOS" to "[AArch64][ARM][X86] Split XRay tests for Linux/macOS".
ilammy edited the summary of this revision.
ilammy added a comment.
Herald added a subscriber: pengfei.

You know what, let's update all architectures at once.

I'm new to LLVM contribution, I don't know how fine-grained patches should be. I prepped them as individual commits, but this is probably not appropriate in this case.


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

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
  llvm/test/CodeGen/ARM/xray-armv6-attribute-instrumentation.ll
  llvm/test/CodeGen/ARM/xray-armv7-attribute-instrumentation.ll
  llvm/test/CodeGen/X86/xray-attribute-instrumentation.ll
  llvm/test/CodeGen/X86/xray-log-args.ll
  llvm/test/CodeGen/X86/xray-partial-instrumentation-skip-entry.ll
  llvm/test/CodeGen/X86/xray-partial-instrumentation-skip-exit.ll
  llvm/test/CodeGen/X86/xray-tail-call-sled.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145291.502423.patch
Type: text/x-patch
Size: 30883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230305/73626c43/attachment.bin>


More information about the llvm-commits mailing list