tsan: fix compilation with -pedantic

llvm-svn: 170131
This commit is contained in:
Dmitry Vyukov 2012-12-13 15:26:04 +00:00
parent 54594f258d
commit 12ae8897e6
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ typedef long __tsan_atomic64; // NOLINT
#if defined(__SIZEOF_INT128__) \
|| (__clang_major__ * 100 + __clang_minor__ >= 302)
typedef __int128 __tsan_atomic128;
__extension__ typedef __int128 __tsan_atomic128;
#define __TSAN_HAS_INT128 1
#else
typedef char __tsan_atomic128;