[llvm] r351885 - [Docs] Add a note clarifying how to get good test performances.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 3 12:09:22 PST 2019
Again, for some reason many replies to my commits went to spam, I
guess I need to tune my filters.
I'll fix this in a second.
On Tue, Jan 22, 2019 at 2:44 PM Shoaib Meenai <smeenai at fb.com> wrote:
>
> It might be helpful to recommend enabling assertions as well, if you're gonna be developing/testing?
>
> On 1/22/19, 1:56 PM, "llvm-commits on behalf of Davide Italiano via llvm-commits" <llvm-commits-bounces at lists.llvm.org on behalf of llvm-commits at lists.llvm.org> wrote:
>
> Author: davide
> Date: Tue Jan 22 13:52:50 2019
> New Revision: 351885
>
> URL: https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_viewvc_llvm-2Dproject-3Frev-3D351885-26view-3Drev&d=DwIGaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=rlP7OEBhNU9zRSeCWBYOugBLvRJ8SmXeAKhtGoXjYkY&s=R-ZjwvVWoKzrsQTPPjcsCu1YT0EnRXiQqkjCCflCabg&e=
> Log:
> [Docs] Add a note clarifying how to get good test performances.
>
> Differential Revision: https://urldefense.proofpoint.com/v2/url?u=https-3A__reviews.llvm.org_D56337&d=DwIGaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=rlP7OEBhNU9zRSeCWBYOugBLvRJ8SmXeAKhtGoXjYkY&s=bjp0kgfTgf8yO-I1r4Y38bZd-p2Ten3PZUh_5RBdBnU&e=
>
> Modified:
> llvm/trunk/docs/TestingGuide.rst
>
> Modified: llvm/trunk/docs/TestingGuide.rst
> URL: https://urldefense.proofpoint.com/v2/url?u=http-3A__llvm.org_viewvc_llvm-2Dproject_llvm_trunk_docs_TestingGuide.rst-3Frev-3D351885-26r1-3D351884-26r2-3D351885-26view-3Ddiff&d=DwIGaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=rlP7OEBhNU9zRSeCWBYOugBLvRJ8SmXeAKhtGoXjYkY&s=3XvMXDFAS0fGOPb_b6X0lhdjStltglC5cpxIFbYdzLk&e=
> ==============================================================================
> --- llvm/trunk/docs/TestingGuide.rst (original)
> +++ llvm/trunk/docs/TestingGuide.rst Tue Jan 22 13:52:50 2019
> @@ -107,6 +107,13 @@ To run all of the LLVM regression tests
>
> % make check-llvm
>
> +In order to get reasonable testing performance, build LLVM and subprojects
> +in release mode, i.e.
> +
> +.. code-block:: bash
> +
> + % cmake -DCMAKE_BUILD_TYPE="Release"
> +
> If you have `Clang <https://urldefense.proofpoint.com/v2/url?u=http-3A__clang.llvm.org_&d=DwIGaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=rlP7OEBhNU9zRSeCWBYOugBLvRJ8SmXeAKhtGoXjYkY&s=f6EXrWvimztlB04lIfmNZiMzfUO9R9zXAg-WP7cFN5s&e=>`_ checked out and built, you
> can run the LLVM and Clang tests simultaneously using:
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.llvm.org_cgi-2Dbin_mailman_listinfo_llvm-2Dcommits&d=DwIGaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=o3kDXzdBUE3ljQXKeTWOMw&m=rlP7OEBhNU9zRSeCWBYOugBLvRJ8SmXeAKhtGoXjYkY&s=7ue7BZbbh03u5osTe7SAfYLLGsOjkfSVsBVy8vszDiY&e=
>
>
--
Davide
"There are no solved problems; there are only problems that are more
or less solved" -- Henri Poincare
More information about the llvm-commits
mailing list