From c23619b0c90056f9bd63f9b5d79caf5bf63618e8 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Tue, 16 Jul 2019 21:41:43 +0000 Subject: [PATCH] [ORC][docs] Fix an RST error: the code-block directive needs a newline after it. llvm-svn: 366270 --- llvm/docs/ORCv2.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/docs/ORCv2.rst b/llvm/docs/ORCv2.rst index 2f37a2fbdad5..7423c041d40a 100644 --- a/llvm/docs/ORCv2.rst +++ b/llvm/docs/ORCv2.rst @@ -452,6 +452,7 @@ ThreadSafeContexts can be explicitly constructed from a std::unique_ptr: .. code-block:: c++ + ThreadSafeContext TSCtx(llvm::make_unique()); ThreadSafeModules can be constructed from a pair of a std::unique_ptr