From: Hans Wennborg Date: Tue, 24 Nov 2020 13:08:42 +0000 (+0100) Subject: [docs] Try to make this bullet list in ThinLTO.rst actually be a bullet list X-Git-Tag: llvmorg-13-init~5261 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38236656ab4a4bea5e582f709929003abfa1ddcd;p=platform%2Fupstream%2Fllvm.git [docs] Try to make this bullet list in ThinLTO.rst actually be a bullet list --- diff --git a/clang/docs/ThinLTO.rst b/clang/docs/ThinLTO.rst index 0da822f..fa6d28e 100644 --- a/clang/docs/ThinLTO.rst +++ b/clang/docs/ThinLTO.rst @@ -124,9 +124,13 @@ be reduced to ``N`` via: ``/opt:lldltojobs=N`` Other possible values for ``N`` are: -- 0: Use one thread per physical core (default) -- 1: Use a single thread only (disable multi-threading) -- all: Use one thread per logical core (uses all hyper-threads) + +- 0: + Use one thread per physical core (default) +- 1: + Use a single thread only (disable multi-threading) +- all: + Use one thread per logical core (uses all hyper-threads) Incremental -----------