Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lldb/trunk/source/Plugins/Platform/MacOSX/
-
trunk/
-
source/
-
Plugins/
-
Platform/
-
MacOSX/
-
PlatformDarwin.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D13877
[PlatformDarwin.cpp] Include <mutex> for std::once_flag.
Closed
Public
Authored by
sivachandra
on Oct 19 2015, 2:42 PM.
Download Raw Diff
Details
Reviewers
clayborg
Commits
rGfdbefca88cb6: [PlatformDarwin.cpp] Include <mutex> for std::once_flag.
rLLDB250740: [PlatformDarwin.cpp] Include <mutex> for std::once_flag.
rL250740: [PlatformDarwin.cpp] Include <mutex> for std::once_flag.
Diff Detail
Repository
rL LLVM
Event Timeline
sivachandra
updated this revision to
Diff 37796
.
Oct 19 2015, 2:42 PM
sivachandra
retitled this revision from
to
[PlatformDarwin.cpp] Include <mutex> for std::once_flag.
.
sivachandra
updated this object.
sivachandra
added a reviewer:
clayborg
.
sivachandra
added a subscriber:
lldb-commits
.
sivachandra
added a comment.
Oct 19 2015, 2:44 PM
Comment Actions
Putting this in as obvious. It fixes the build on Linux and Windows.
Closed by commit
rL250740: [PlatformDarwin.cpp] Include <mutex> for std::once_flag.
(authored by
sivachandra
).
·
Explain Why
Oct 19 2015, 2:45 PM
This revision was automatically updated to reflect the committed changes.
clayborg
edited edge metadata.
Oct 19 2015, 3:34 PM
Comment Actions
Thanks for doing this.