commit | c23619b0c90056f9bd63f9b5d79caf5bf63618e8 | [log] [tgz] |
---|---|---|
author | Lang Hames <lhames@gmail.com> | Tue Jul 16 21:41:43 2019 +0000 |
committer | Lang Hames <lhames@gmail.com> | Tue Jul 16 21:41:43 2019 +0000 |
tree | dd6631f4784a7e8917a27d9bc8a18613e72378d1 | |
parent | 607cd44bdc6a5117241fdc59191bf78da7466b0c [diff] |
[ORC][docs] Fix an RST error: the code-block directive needs a newline after it. llvm-svn: 366270
diff --git a/llvm/docs/ORCv2.rst b/llvm/docs/ORCv2.rst index 2f37a2f..7423c04 100644 --- a/llvm/docs/ORCv2.rst +++ b/llvm/docs/ORCv2.rst
@@ -452,6 +452,7 @@ 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>