projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dcf69e
)
[docs] Fix an RST typo: "code-blocks" should be "code-block".
author
Lang Hames
<lhames@gmail.com>
Mon, 20 May 2019 21:33:25 +0000
(21:33 +0000)
committer
Lang Hames
<lhames@gmail.com>
Mon, 20 May 2019 21:33:25 +0000
(21:33 +0000)
llvm-svn: 361200
llvm/docs/ORCv2DesignAndImplementation.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/ORCv2DesignAndImplementation.rst
b/llvm/docs/ORCv2DesignAndImplementation.rst
index ee1c72eb1359674f80e8a691b876042711bbeaed..40702af53dadcca2449cc8c75617c6d9ce670f75 100644
(file)
--- a/
llvm/docs/ORCv2DesignAndImplementation.rst
+++ b/
llvm/docs/ORCv2DesignAndImplementation.rst
@@
-124,7
+124,7
@@
module ``M`` loaded on an ThreadSafeContext ``Ctx``:
The builder clasess provide a number of configuration options that can be
specified before the JIT instance is constructed. For example:
-.. code-block
s
:: c++
+.. code-block:: c++
// Build an LLLazyJIT instance that uses four worker threads for compilation,
// and jumps to a specific error handler (rather than null) on lazy compile