[libFuzzer] Use separate test directory for each config
authorJoel E. Denny <jdenny.ornl@gmail.com>
Fri, 20 Jul 2018 02:39:01 +0000 (02:39 +0000)
committerJoel E. Denny <jdenny.ornl@gmail.com>
Fri, 20 Jul 2018 02:39:01 +0000 (02:39 +0000)
commita47cb644c76297fb5dabd1f79b54cf1d10d0583d
tree72ab363c5436790bdd5e53459e0f647c68732cb3
parent3bf90e7811188701cfad18f091956bea4853ec51
[libFuzzer] Use separate test directory for each config

Previously, check-all failed many tests for me.  It was running the
X86_64DefaultLinuxConfig, X86_64LibcxxLinuxConfig, and
X86_64StaticLibcxxLinuxConfig configs out of
llvm-build/projects/compiler-rt/test/fuzzer.  Now, it runs them out of
separate subdirectories there, and most tests pass.

Reviewed By: morehouse, george.karpenkov

Differential Revision: https://reviews.llvm.org/D49249

llvm-svn: 337521
compiler-rt/test/fuzzer/lit.site.cfg.in