[llvm] r366270 - [ORC][docs] Fix an RST error: the code-block directive needs a newline after it.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 14:41:44 PDT 2019
Author: lhames
Date: Tue Jul 16 14:41:43 2019
New Revision: 366270
URL: http://llvm.org/viewvc/llvm-project?rev=366270&view=rev
Log:
[ORC][docs] Fix an RST error: the code-block directive needs a newline after it.
Modified:
llvm/trunk/docs/ORCv2.rst
Modified: llvm/trunk/docs/ORCv2.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ORCv2.rst?rev=366270&r1=366269&r2=366270&view=diff
==============================================================================
--- llvm/trunk/docs/ORCv2.rst (original)
+++ llvm/trunk/docs/ORCv2.rst Tue Jul 16 14:41:43 2019
@@ -452,6 +452,7 @@ ThreadSafeContexts can be explicitly con
std::unique_ptr<LLVMContext>:
.. code-block:: c++
+
ThreadSafeContext TSCtx(llvm::make_unique<LLVMContext>());
ThreadSafeModules can be constructed from a pair of a std::unique_ptr<Module>
More information about the llvm-commits
mailing list