Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Also mention TEST_SUITE_RUN_BENCHMARKS=0 in the CTMark README
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@289274 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
MatzeB committed Dec 9, 2016
1 parent a817004 commit e95b73b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CTMark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit e95b73b

Please sign in to comment.