[PATCH] D49789: [Docs] Updte of Xray page
David CARLIER via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 25 21:44:50 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL338003: [Docs] Update of Xray page (authored by devnexen, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D49789?vs=157235&id=157423#toc
Repository:
rL LLVM
https://reviews.llvm.org/D49789
Files:
llvm/trunk/docs/XRay.rst
Index: llvm/trunk/docs/XRay.rst
===================================================================
--- llvm/trunk/docs/XRay.rst
+++ llvm/trunk/docs/XRay.rst
@@ -28,9 +28,10 @@
- A runtime library for enabling/disabling tracing at runtime.
- A suite of tools for analysing the traces.
- **NOTE:** As of February 27, 2017 , XRay is only available for the following
+ **NOTE:** As of July 25, 2018 , XRay is only available for the following
architectures running Linux: x86_64, arm7 (no thumb), aarch64, powerpc64le,
- mips, mipsel, mips64, mips64el.
+ mips, mipsel, mips64, mips64el, NetBSD: x86_64, FreeBSD: x86_64 and
+ OpenBSD: x86_64.
The compiler-inserted instrumentation points come in the form of nop-sleds in
the final generated binary, and an ELF section named ``xray_instr_map`` which
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49789.157423.patch
Type: text/x-patch
Size: 810 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180726/8a57ec8f/attachment.bin>
More information about the llvm-commits
mailing list