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

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 20 22:21:56 PDT 2019


dvyukov added a comment.

I am still a bit worried by the amount of complex code we have for this. I wonder if there is a simpler way to do this. Have you considered any other alternatives? Could we emit some symbol in the library and then use dlsym on it? Or maybe emit some section and then iterate over section names only?


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