[PATCH] D43410: Do not automatically append --full-shutdown to lld tests.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 15:09:02 PST 2018


ruiu added a comment.

If this is needed by all tests, how about making it an environment variable (e.g. "LLD_IN_TEST=1") and detect it in lld.cpp instead of in each driver?


https://reviews.llvm.org/D43410





More information about the llvm-commits mailing list