[ORC][docs] Fix an RST error: the code-block directive needs a newline after it.

llvm-svn: 366270
This commit is contained in:
Lang Hames 2019-07-16 21:41:43 +00:00
parent 607cd44bdc
commit c23619b0c9
1 changed files with 1 additions and 0 deletions

View File

@ -452,6 +452,7 @@ ThreadSafeContexts can be explicitly constructed from a
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>