[PATCH] D145291: [AArch64][ARM][X86] Split XRay tests for Linux/macOS
Oleksii Lozovskyi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 8 06:00:17 PST 2023
ilammy updated this revision to Diff 503340.
ilammy added a comment.
@MaskRay:
> Ensure that you include the flags and type parts in `.section xray_instr_map,"....",....`
Now quoting the exact section attributes, with `{{$}}` at the end to ensure that no unexpected stuff is appended later.
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.503340.patch
Type: text/x-patch
Size: 32540 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230308/0dc33323/attachment.bin>
More information about the llvm-commits
mailing list