This is an archive of the discontinued LLVM Phabricator instance.

cmake/lit: Cleanup and generalize .test file creation
ClosedPublic

Authored by MatzeB on Nov 13 2015, 8:35 PM.

Details

Summary

Allow to directly specify the RUN: and VERIFY: lines in the .test file
with llvm_test_run() and llvm_test_verify() where necessary. This adds
flexibility to the cmake/lit system to handle more complicated
benchmarks in the future.

Diff Detail

Repository
rL LLVM

Event Timeline

MatzeB updated this revision to Diff 40203.Nov 13 2015, 8:35 PM
MatzeB retitled this revision from to cmake/lit: Cleanup and generalize .test file creation.
MatzeB updated this object.
MatzeB added reviewers: jmolloy, beanz, rengolin.
MatzeB added a subscriber: llvm-commits.
jmolloy edited edge metadata.Dec 1 2015, 9:46 AM

Matthias,

Did this get committed in the end?

James

Matthias,

Did this get committed in the end?

James

No, there is no review for it yet :)
Should we maybe switch to post-commit review mode until the cmake/lit stuff has settled more?

This revision was automatically updated to reflect the committed changes.