aboutsummaryrefslogtreecommitdiff
path: root/TEST.nightly.report
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-12-19 03:33:36 +0000
committerChris Lattner <sabre@nondot.org>2003-12-19 03:33:36 +0000
commit714e2c53497a486d2f30d25656d4ee9b2e5cd852 (patch)
tree12bc74ae01d20af585bb2250af1ed3d1ad5b9773 /TEST.nightly.report
parenta658ce8ad0f060b43d226206b0c96f90f3166b82 (diff)
Add a llc-ls column, which will only do stuff on the X86 tester, but oh well.
git-svn-id: https://llvm.org/svn/llvm-project/test-suite/trunk@10524 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'TEST.nightly.report')
-rw-r--r--TEST.nightly.report3
1 files changed, 2 insertions, 1 deletions
diff --git a/TEST.nightly.report b/TEST.nightly.report
index 40245e37..049c3e37 100644
--- a/TEST.nightly.report
+++ b/TEST.nightly.report
@@ -59,5 +59,6 @@ sub GCCCBERatio {
["LLC" , 'TEST-RESULT-llc-time: real\s*([.0-9m:]+)', \&FormatTime],
["JIT" , 'TEST-RESULT-jit-time: real\s*([.0-9m:]+)', \&FormatTime],
["GCC/LLC" , \&GCCLLCRatio],
- ["GCC/CBE" , \&GCCCBERatio]
+ ["GCC/CBE" , \&GCCCBERatio],
+ ["LLC-LS" , 'TEST-RESULT-llc-ls-time: real\s*([.0-9m:]+)', \&FormatTime]
);