[llvm] db8469c - [docs][ORC] Fix RST error in dfffb7df24e.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 16:06:22 PDT 2022


Author: Lang Hames
Date: 2022-04-12T16:06:11-07:00
New Revision: db8469c4d7b071adec6fb23af3fc33626fbbf5b8

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

LOG: [docs][ORC] Fix RST error in dfffb7df24e.

Added: 
    

Modified: 
    llvm/docs/ORCv2.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ORCv2.rst b/llvm/docs/ORCv2.rst
index f044d88cc2dda..219600eb79b80 100644
--- a/llvm/docs/ORCv2.rst
+++ b/llvm/docs/ORCv2.rst
@@ -524,7 +524,8 @@ to be aware of:
 
        auto Sym = ES.lookup({&JD1, &JD2}, ES.intern("_main"));
 
-  6. The removeModule/removeObject methods are replaced by ``ResourceTracker``s.
+  6. The removeModule/removeObject methods are replaced by
+     ``ResourceTracker::remove``.
      See the subsection `How to remove code`_.
 
 For code examples and suggestions of how to use the ORCv2 APIs, please see


        


More information about the llvm-commits mailing list