[PATCH] D57963: Fix Die() after pthread_exit call on macOS
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 8 11:41:55 PST 2019
vitalybuka added inline comments.
================
Comment at: lib/tsan/rtl/tsan_interceptors.cc:1055
+ {
+ SCOPED_INTERCEPTOR_RAW(pthread_exit, retval);
+ }
----------------
Why do we need SCOPED_INTERCEPTOR like this if we do nothing inside of its scope?
BTW. I am trying to remove it completely as Dmitry suggested r353552
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57963/new/
https://reviews.llvm.org/D57963
More information about the llvm-commits
mailing list