[PATCH] D45838: [sanitizer] More dead code removal

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 20 09:27:57 PDT 2018


dvyukov added a comment.

In https://reviews.llvm.org/D45838#1073696, @cryptoad wrote:

> In https://reviews.llvm.org/D45838#1073685, @dvyukov wrote:
>
> > Tests are not linked with interceptors?
>
>
> I didn't find anything that suggested that this particular one was, but someone else can probably chime in on that.
>  __sanitizer::SanitizerSetThreadName is present in other binaries (Asan-x86-64-calls-Tests for example) and calls __interceptor_prctl there, but is not called by anything.


Humm... should this test go into Asan-x86-64-calls-Tests then?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D45838





More information about the llvm-commits mailing list