[PATCH] D16196: [test-suite] Add HOME to test env under lit

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 11:55:59 PST 2016


MatzeB added a comment.

As for the sqlite3 issue: Maybe we should just patch it not check for the home directory and continue anyway. It's always unfortunate if we have to modify the existing benchmarks and it has the risk that the next person putting a newer version of sqlite3 in there will miss the patches. The latter point can be mitigated by documenting the changes in a README-LLVM in the benchmark directory I guess.


http://reviews.llvm.org/D16196





More information about the llvm-commits mailing list