[PATCH] D44002: [test] Add dotest wrapper
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 2 09:55:50 PST 2018
labath added a comment.
In https://reviews.llvm.org/D44002#1025558, @aprantl wrote:
> We could take this even one step further, by either elevating the big categories (dwarf, dsym, dwo) on the same level as the compiler choice (e.g., run the testsuite for (clang-6.0, dwo)), *or* by sinking the compiler choice into test matrix inside of dotest (basically dotest would accept a list of compilers).
At one point in the past, dotest accepted a list of compilers and architectures and then ran each test for the cartesian product. However, this was broken for a long time (it operated on a completely different level than the debug flavour thingy) and so it was removed.
Repository:
rL LLVM
https://reviews.llvm.org/D44002
More information about the llvm-commits
mailing list