[llvm] r338003 - [Docs] Update of Xray page

David Carlier via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 25 21:44:31 PDT 2018


Author: devnexen
Date: Wed Jul 25 21:44:31 2018
New Revision: 338003

URL: http://llvm.org/viewvc/llvm-project?rev=338003&view=rev
Log:
[Docs] Update of Xray page

Update of supported oses.

Reviewers: dberris

Reviewed By: dberris

Differential Revision: https://reviews.llvm.org/D49789

Modified:
    llvm/trunk/docs/XRay.rst

Modified: llvm/trunk/docs/XRay.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/XRay.rst?rev=338003&r1=338002&r2=338003&view=diff
==============================================================================
--- llvm/trunk/docs/XRay.rst (original)
+++ llvm/trunk/docs/XRay.rst Wed Jul 25 21:44:31 2018
@@ -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




More information about the llvm-commits mailing list