forked from OSchip/llvm-project
[ORC][docs] Fix an RST error: the code-block directive needs a newline after it.
llvm-svn: 366270
This commit is contained in:
parent
607cd44bdc
commit
c23619b0c9
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue