1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[xray] Fix xray document spelling

fix a couple of words spelling

Reviewed By: dberris

Differential Revision: https://reviews.llvm.org/D96658
This commit is contained in:
Yao Zhao 2021-03-10 14:23:03 +11:00 committed by Dean Michael Berris
parent ca572d7727
commit 47a5a13f53
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ You can use XRay in a couple of ways:
- Instrumenting your C/C++/Objective-C/Objective-C++ application.
- Generating LLVM IR with the correct function attributes.
The rest of this section covers these main ways and later on how to customise
The rest of this section covers these main ways and later on how to customize
what XRay does in an XRay-instrumented binary.
Instrumenting your C/C++/Objective-C Application

View File

@ -319,7 +319,7 @@ We then build the above with XRay instrumentation:
$ XRAY_OPTIONS="patch_premain=true xray_mode=xray-basic" ./sample
We can then explore the graph rendering of the trace generated by this sample
application. We assume you have the graphviz toosl available in your system,
application. We assume you have the graphviz tools available in your system,
including both ``unflatten`` and ``dot``. If you prefer rendering or exploring
the graph using another tool, then that should be feasible as well. ``llvm-xray
graph`` will create DOT format graphs which should be usable in most graph