From: Vitaly Buka Date: Thu, 29 Sep 2016 23:05:35 +0000 (+0000) Subject: Remove Google specific code. X-Git-Tag: llvmorg-4.0.0-rc1~8544 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=968bcc421d074c9aa5eba706634a4ae71b3a4187;p=platform%2Fupstream%2Fllvm.git Remove Google specific code. llvm-svn: 282808 --- diff --git a/compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_wrappers.cc b/compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_wrappers.cc index 4d34746..0a796d9 100644 --- a/compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_wrappers.cc +++ b/compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_wrappers.cc @@ -110,13 +110,6 @@ struct GetTypes { // C-style interface around internal sanitizer libc functions. extern "C" { -// Libc++ calls these hooks from __cxa_guard_acquire. Normally, they should go -// into google3 fiber scheduler code. But in the canned symbolizer they are -// both unnecessary and lead to deadlocks as symbolizer calls arbitrary google3 -// code during race reporting. -void __google_potentially_blocking_region_begin() {} -void __google_potentially_blocking_region_end() {} - #define RETURN_OR_SET_ERRNO(T, res) \ int rverrno; \ if (__sanitizer::internal_iserror(res, &rverrno)) { \