Merge lp:~rengolin/cbuild/llvm into lp:cbuild

Proposed by Renato Golin
Status: Approved
Approved by: Matthew Gretton-Dann
Approved revision: 460
Proposed branch: lp:~rengolin/cbuild/llvm
Merge into: lp:cbuild
Diff against target: 14 lines (+4/-0)
1 file modified
lib/build.mk (+4/-0)
To merge this branch: bzr merge lp:~rengolin/cbuild/llvm
Reviewer Review Type Date Requested Status
Matthew Gretton-Dann Approve
Review via email: mp+170345@code.launchpad.net

Description of the change

Adding LLVM benchmark hook so that benchmarks can run on LLVM

To post a comment you must log in.
Revision history for this message
Matthew Gretton-Dann (matthew-gretton-dann) wrote :

Looks good to me.

review: Approve

Unmerged revisions

460. By Renato Golin

Add LLVM benchmark hook

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/build.mk'
2--- lib/build.mk 2013-04-17 16:13:26 +0000
3+++ lib/build.mk 2013-06-19 13:10:01 +0000
4@@ -172,6 +172,10 @@
5 benchmarks-gcc-%/all.stamp: gcc-%/benchmarks.stamp
6 true
7
8+# Bounce to build the llvm benchmarks
9+benchmarks-llvm-%/all.stamp: llvm-%/benchmarks.stamp
10+ true
11+
12 latest: latest/$(LATEST_TOOLCHAIN).stamp
13
14 # Check the latest reference toolchain is available. Fetch from the

Subscribers

People subscribed via source and target branches