[TSan] Fix build build breakage on Android

Introduced in 5be69ebe12.

llvm-svn: 364676
This commit is contained in:
Julian Lettner 2019-06-28 19:49:14 +00:00
parent 4b733ca617
commit 1c6337ca5a
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ void *__libc_stack_end = 0;
#if SANITIZER_LINUX && defined(__aarch64__)
void InitializeGuardPtr() __attribute__((visibility("hidden")));
extern "C" uptr _tsan_pointer_chk_guard;
extern "C" __tsan::uptr _tsan_pointer_chk_guard;
#endif
namespace __tsan {