From: Dean Michael Berris Date: Thu, 6 Apr 2017 04:26:26 +0000 (+0000) Subject: [XRay][docs] Fix hyperlink to XRay doc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=af703fae1e93f7ce4e6374531e50f621197f7e76;p=llvm [XRay][docs] Fix hyperlink to XRay doc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299624 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/XRayExample.rst b/docs/XRayExample.rst index 7f52552c793..5dfb0bfaf29 100644 --- a/docs/XRayExample.rst +++ b/docs/XRayExample.rst @@ -13,9 +13,8 @@ Building with XRay ------------------ To debug an application with XRay instrumentation, we need to build it with a -Clang that supports the ``-fxray-instrument`` option. See `XRay -`_ +for more technical details of how XRay works for background information. In our example, we need to add ``-fxray-instrument`` to the list of flags passed to Clang when building a binary. Note that we need to link with Clang as