diff options
| author | David Carlier <devnexen@gmail.com> | 2018-07-26 04:44:31 +0000 |
|---|---|---|
| committer | David Carlier <devnexen@gmail.com> | 2018-07-26 04:44:31 +0000 |
| commit | a796aa429978dd9b329282d42427b620e82b5735 (patch) | |
| tree | 0f026cc9bd3b7d43e7a94c557603b2a6efc4b8cf /llvm/docs | |
| parent | 5d9694759182cdd966e7bac611da21d0a18c1536 (diff) | |
| download | bcm5719-llvm-a796aa429978dd9b329282d42427b620e82b5735.tar.gz bcm5719-llvm-a796aa429978dd9b329282d42427b620e82b5735.zip | |
[Docs] Update of Xray page
Update of supported oses.
Reviewers: dberris
Reviewed By: dberris
Differential Revision: https://reviews.llvm.org/D49789
llvm-svn: 338003
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/XRay.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/docs/XRay.rst b/llvm/docs/XRay.rst index 9d77aab67d6..8616088b106 100644 --- a/llvm/docs/XRay.rst +++ b/llvm/docs/XRay.rst @@ -28,9 +28,10 @@ XRay consists of three main parts: - 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 |

