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

Oleksii Lozovskyi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 6 04:22:40 PST 2023


ilammy updated this revision to Diff 502580.
ilammy added a comment.

@MaskRay:

> For labels, prefer `:`
>
> This applies all files you are going to update.

Done. Updated all new checks to consistently use colons after labels.

Also, updated checks for section names (`xray_instr_map`) so that they check for `.section` there as well. Slightly differently for Mach-O.


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.502580.patch
Type: text/x-patch
Size: 31631 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230306/e39c757b/attachment.bin>


More information about the llvm-commits mailing list