[PATCH] D46793: [sanitizer] Intercept __pthread_mutex_lock and __pthread_mutex_unlock
    Vitaly Buka via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon May 14 13:11:06 PDT 2018
    
    
  
vitalybuka added a comment.
I need to fall back to "return WRAP(pthread_mutex_lock)(m)"
I've forgot to rerun tsan tests with ALIAS. With ALIAS stacks became __pthread_mutex_lock for regular pthread_mutex_lock calls which breaks some tests.
Repository:
  rL LLVM
https://reviews.llvm.org/D46793
    
    
More information about the llvm-commits
mailing list