[test-suite] r289274 - Also mention TEST_SUITE_RUN_BENCHMARKS=0 in the CTMark README

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 13:23:01 PST 2016


Author: matze
Date: Fri Dec  9 15:23:01 2016
New Revision: 289274

URL: http://llvm.org/viewvc/llvm-project?rev=289274&view=rev
Log:
Also mention TEST_SUITE_RUN_BENCHMARKS=0 in the CTMark README

Modified:
    test-suite/trunk/CTMark/README.md

Modified: test-suite/trunk/CTMark/README.md
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/CTMark/README.md?rev=289274&r1=289273&r2=289274&view=diff
==============================================================================
--- test-suite/trunk/CTMark/README.md (original)
+++ test-suite/trunk/CTMark/README.md Fri Dec  9 15:23:01 2016
@@ -4,8 +4,9 @@ Compile Time Mark
 This is a collection of applications used for compiler performance testing. It
 currently features a selection of larger applications from the test-suite.
 
-You can use this with:
-$ cmake -DTEST_SUITE_SUBDIRS=CTMark ...
+This is typically used with the following cmake flags:
+$ cmake -DTEST_SUITE_SUBDIRS=CTMark -DTEST_SUITE_RUN_BENCHMARKS=0 ...
+(followed by the usual make, llvm-lit invocations, see the test-suite tutorial)
 
 See also:
 




More information about the llvm-commits mailing list