projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67fdf81
)
Pacify sanitizer lint script that still does not run on Windows
author
Reid Kleckner
<rnk@google.com>
Tue, 31 Jul 2018 00:08:26 +0000
(
00:08
+0000)
committer
Reid Kleckner
<rnk@google.com>
Tue, 31 Jul 2018 00:08:26 +0000
(
00:08
+0000)
llvm-svn: 338334
compiler-rt/lib/sanitizer_common/sanitizer_mutex.h
patch
|
blob
|
history
diff --git
a/compiler-rt/lib/sanitizer_common/sanitizer_mutex.h
b/compiler-rt/lib/sanitizer_common/sanitizer_mutex.h
index
9041f3a
..
a93705b
100644
(file)
--- a/
compiler-rt/lib/sanitizer_common/sanitizer_mutex.h
+++ b/
compiler-rt/lib/sanitizer_common/sanitizer_mutex.h
@@
-74,7
+74,7
@@
class SpinMutex : public StaticSpinMutex {
class BlockingMutex {
public:
explicit constexpr BlockingMutex(LinkerInitialized)
- : opaque_storage_ {0, }, owner_{0} {}
+ : opaque_storage_ {0, }, owner_
{0} {}
BlockingMutex();
void Lock();
void Unlock();