[PATCH] D38971: Enhance libsanitizer support for invalid-pointer-pair.

George Karpenkov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 17 17:43:50 PDT 2017


george.karpenkov added a comment.

(just saw this by accident)

@marxin @kcc

> May I please ask you how to run a single test-case (I guess using llvm-lit) ?

I've added `LIT_FILTER` environment variable for such cases. So the command line becomes e.g. `env LIT_FILTER=mytestcase.cc ninja check-clang`


https://reviews.llvm.org/D38971





More information about the llvm-commits mailing list