Add support to lit for build mode requirements. e.g.
authorAndrew Trick <atrick@apple.com>
Thu, 16 Jun 2011 01:33:35 +0000 (01:33 +0000)
committerAndrew Trick <atrick@apple.com>
Thu, 16 Jun 2011 01:33:35 +0000 (01:33 +0000)
commit05c087d8934168f6dda429de5b0925a7be0cc9a3
tree631a9da577f5eb8b8388c51c5155dacd0ae9a903
parent6fce128dd1e160a5d2d11cddec336686ff1f8706
Add support to lit for build mode requirements. e.g.
REQUIRES: Asserts
REQUIRES: Debug

This required chaining test configuration properties. It seems like a
generally good thing to do.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133131 91177308-0d34-0410-b5e6-96231b3b80d8
test/Makefile
test/lit.site.cfg.in
utils/lit/lit/TestRunner.py
utils/lit/lit/TestingConfig.py