[Lldb-commits] [lldb] 1bcc28b - [docs] Fixed minor ordering issue

Alisamar Husain via lldb-commits lldb-commits at lists.llvm.org
Sat Mar 19 09:53:51 PDT 2022


Author: Alisamar Husain
Date: 2022-03-19T22:23:42+05:30
New Revision: 1bcc28b884ff4fbe2ecc011b8ea2b84e7987167b

URL: https://github.com/llvm/llvm-project/commit/1bcc28b884ff4fbe2ecc011b8ea2b84e7987167b
DIFF: https://github.com/llvm/llvm-project/commit/1bcc28b884ff4fbe2ecc011b8ea2b84e7987167b.diff

LOG: [docs] Fixed minor ordering issue

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

Added: 
    

Modified: 
    lldb/docs/index.rst
    lldb/docs/use/intel_pt.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/index.rst b/lldb/docs/index.rst
index 3b47ee52eb394..4a595590529a4 100644
--- a/lldb/docs/index.rst
+++ b/lldb/docs/index.rst
@@ -137,9 +137,9 @@ interesting areas to contribute to lldb.
    use/python-reference
    use/remote
    use/qemu-testing
+   use/intel_pt
    use/troubleshooting
    use/links
-   use/intel_pt
 
 .. toctree::
    :hidden:

diff  --git a/lldb/docs/use/intel_pt.rst b/lldb/docs/use/intel_pt.rst
index 40f9043102f76..95a13618b213f 100644
--- a/lldb/docs/use/intel_pt.rst
+++ b/lldb/docs/use/intel_pt.rst
@@ -1,5 +1,5 @@
-Tracing with Intel Processor Trace (Intel PT)
-=============================================
+Tracing with Intel Processor Trace
+==================================
 
 .. contents::
   :local:


        


More information about the lldb-commits mailing list