diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2011-09-13 15:06:21 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2011-09-13 15:06:41 -0700 |
| commit | d5b2d62b201aaf8f4698fdc0a9514bf50bb5d280 (patch) | |
| tree | 797c9a58c6e765b291e36f55735825ceef2e9f6c /configure | |
| parent | c84b8e90b843ed65a29518432c5d490688560012 (diff) | |
| download | rust-d5b2d62b201aaf8f4698fdc0a9514bf50bb5d280.tar.gz rust-d5b2d62b201aaf8f4698fdc0a9514bf50bb5d280.zip | |
Add build-system mechanisms for running benchmarks under 'perf'.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure index c1474edb0d7..f6b6d8f5c4a 100755 --- a/configure +++ b/configure @@ -183,7 +183,8 @@ for i in \ rustllvm \ dl stage0 stage1 stage2 stage3 \ stage0/lib stage1/lib stage2/lib stage3/lib \ - test/run-pass test/run-fail test/compile-fail test/bench test/pretty + test/run-pass test/run-fail test/compile-fail \ + test/bench test/perf test/pretty do make_dir $i done @@ -205,6 +206,7 @@ probe CFG_CLANG clang++ probe CFG_GCC gcc probe CFG_LLVM_CONFIG llvm-config probe CFG_VALGRIND valgrind +probe CFG_PERF perf probe CFG_MAKEINFO makeinfo probe CFG_TEXI2PDF texi2pdf probe CFG_TEX tex |
