[PATCH] D53777: [sanitizer] Move interceptor initialization check into real_clock_gettime

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 29 11:28:48 PDT 2018


kubamracek added a comment.

I'll try the patch and get back to you. I'm not sure if COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED is the right thing to check here. Checking `&REAL(clock_gettime) == nullptr` would work.


Repository:
  rL LLVM

https://reviews.llvm.org/D53777





More information about the llvm-commits mailing list