From be65893bc77f60fc6902724f38d54549a51c10e9 Mon Sep 17 00:00:00 2001 From: Dean Michael Berris Date: Thu, 6 Apr 2017 04:26:26 +0000 Subject: [PATCH] [XRay][docs] Fix hyperlink to XRay doc llvm-svn: 299624 --- llvm/docs/XRayExample.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/llvm/docs/XRayExample.rst b/llvm/docs/XRayExample.rst index 7f52552..5dfb0bf 100644 --- a/llvm/docs/XRayExample.rst +++ b/llvm/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 -- 2.7.4