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

Kostya Kortchinsky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 20 09:24:27 PDT 2018


cryptoad added a comment.

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.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D45838





More information about the llvm-commits mailing list