[PATCH] D61708: [TSan] Support `ignore_noninstrumented_modules` on Linux

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 00:08:09 PDT 2019


dvyukov added a comment.

There is also dlinfo which returns some info about a shared object. I don't know if it may help or not, just pointing out. We need just any mark that the compiler can leave in the shared object and runtime then can detect as easily as possible.

What do you mean by tsan-specific?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61708





More information about the llvm-commits mailing list