[llvm] 48ee1ea - [docs] Fix formatting in ORCv2.rst.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 16:09:44 PST 2020


Author: Lang Hames
Date: 2020-11-12T11:08:58+11:00
New Revision: 48ee1ea05cc06d093ff651b7e2456855823881a1

URL: https://github.com/llvm/llvm-project/commit/48ee1ea05cc06d093ff651b7e2456855823881a1
DIFF: https://github.com/llvm/llvm-project/commit/48ee1ea05cc06d093ff651b7e2456855823881a1.diff

LOG: [docs] Fix formatting in ORCv2.rst.

Bold and fixed-width do not appear to mix well.

Added: 
    

Modified: 
    llvm/docs/ORCv2.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ORCv2.rst b/llvm/docs/ORCv2.rst
index c82697e900a1..fca08a6dd7a5 100644
--- a/llvm/docs/ORCv2.rst
+++ b/llvm/docs/ORCv2.rst
@@ -771,8 +771,8 @@ listed below.
 Current Work
 ------------
 
-1. **``TargetProcessControl``: Improvements to in-tree support for
-   out-of-process execution.**
+1. **TargetProcessControl: Improvements to in-tree support for out-of-process
+   execution**
 
    The ``TargetProcessControl`` API provides various operations on the JIT
    target process (the one which will execute the JIT'd code), including
@@ -782,7 +782,7 @@ Current Work
    JITing.
 
 
-2. **ORC RPC based ``TargetProcessControl`` implementation**
+2. **ORC RPC based TargetProcessControl implementation**
 
    An ORC RPC based implementation of the ``TargetProcessControl`` API is
    currently under development to enable easy out-of-process JITing via


        


More information about the llvm-commits mailing list