[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 14:27:31 PST 2018


ruiu added a comment.

> Isn't --full-shutdown necessary for the leak sanitizer to work correctly?

Hmm, that's probably true. I believe we do _exit in lld COFF linker. Maybe we should stop doing that as well?


https://reviews.llvm.org/D43410





More information about the llvm-commits mailing list