[PATCH] D12322: Relax restrictions on gold unit tests (run X86 tests if no PPC target)

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 25 13:24:37 PDT 2015


pcc added a subscriber: pcc.
pcc added a comment.

I think the right thing to do here is to split `test/tools/gold` into two directories (`X86` and `PowerPC`) with a separate `lit.local.cfg` in each. See for example how the `test/LTO` directory is set up.


http://reviews.llvm.org/D12322





More information about the llvm-commits mailing list