summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/tsan/rtl/tsan_mutex.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2012-06-29 16:58:33 +0000
committerDmitry Vyukov <dvyukov@google.com>2012-06-29 16:58:33 +0000
commit6fa46f7003dbeb0a3542da08311e1cae2df91b5e (patch)
tree055604b591d9e7377fd85830a3e4add75eff374f /compiler-rt/lib/tsan/rtl/tsan_mutex.h
parent3052abd9c243d52331b71e6e460c75aac6595794 (diff)
downloadbcm5719-llvm-6fa46f7003dbeb0a3542da08311e1cae2df91b5e.tar.gz
bcm5719-llvm-6fa46f7003dbeb0a3542da08311e1cae2df91b5e.zip
tsan/asan: unify atomics (move atomics from tsan to sanitizer_common)
llvm-svn: 159437
Diffstat (limited to 'compiler-rt/lib/tsan/rtl/tsan_mutex.h')
-rw-r--r--compiler-rt/lib/tsan/rtl/tsan_mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/tsan/rtl/tsan_mutex.h b/compiler-rt/lib/tsan/rtl/tsan_mutex.h
index 2180978f92f..6fbf8220eab 100644
--- a/compiler-rt/lib/tsan/rtl/tsan_mutex.h
+++ b/compiler-rt/lib/tsan/rtl/tsan_mutex.h
@@ -13,7 +13,7 @@
#ifndef TSAN_MUTEX_H
#define TSAN_MUTEX_H
-#include "tsan_atomic.h"
+#include "sanitizer_common/sanitizer_atomic.h"
#include "tsan_defs.h"
namespace __tsan {
OpenPOWER on IntegriCloud