[PATCH] D108394: add tsan shared library

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 16 02:07:19 PDT 2021


vitalybuka added a comment.

In D108394#3003306 <https://reviews.llvm.org/D108394#3003306>, @danalbert wrote:

> In D108394#3003237 <https://reviews.llvm.org/D108394#3003237>, @vitalybuka wrote:
>
>> I guess testing is getting more complicated. 
>> Maybe we should separate tests and non-test patches here? I suspect we well have several of them. Even after lit will run them as expected, they will likely just crash on start.
>> WDYT?
>
> Fine with us. It seems like the CMake portion of the tests is nearly complete, so perhaps should finish up that part and then follow up with the LIT portion?

LGTM. I assume now, without lit.cfg.py patch, it just runs default tsan tests and passes them.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108394/new/

https://reviews.llvm.org/D108394



More information about the llvm-commits mailing list