Skip to content

Commit c23619b

Browse files
committed
[ORC][docs] Fix an RST error: the code-block directive needs a newline after it.
llvm-svn: 366270
1 parent 607cd44 commit c23619b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/docs/ORCv2.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ ThreadSafeContexts can be explicitly constructed from a
452452
std::unique_ptr<LLVMContext>:
453453

454454
.. code-block:: c++
455+
455456
ThreadSafeContext TSCtx(llvm::make_unique<LLVMContext>());
456457

457458
ThreadSafeModules can be constructed from a pair of a std::unique_ptr<Module>

0 commit comments

Comments
 (0)