[LNT] r318480 - docs/importing_data: Fix metric name spelling
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 16 16:36:29 PST 2017
Author: matze
Date: Thu Nov 16 16:36:29 2017
New Revision: 318480
URL: http://llvm.org/viewvc/llvm-project?rev=318480&view=rev
Log:
docs/importing_data: Fix metric name spelling
Modified:
lnt/trunk/docs/importing_data.rst
Modified: lnt/trunk/docs/importing_data.rst
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/docs/importing_data.rst?rev=318480&r1=318479&r2=318480&view=diff
==============================================================================
--- lnt/trunk/docs/importing_data.rst (original)
+++ lnt/trunk/docs/importing_data.rst Thu Nov 16 16:36:29 2017
@@ -86,7 +86,7 @@ benchmark suites as well. The following
* ``code_size``: Code size (usually the size of the text segment) in bytes;
lower is better.
* ``execution_status``: A non zero value represents an execution failure.
-* ``compilation_status``: A non zero value represents a compilation failure.
+* ``compile_status``: A non zero value represents a compilation failure.
* ``hash_status``: A non zero value represents a failure computing the
executable hash.
More information about the llvm-commits
mailing list