Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
compiler-rt/trunk/lib/lsan/
-
trunk/
-
lib/
-
lsan/
-
lsan_common_linux.cc
-
lsan_linux.cc
Hide Panel
f
Keyboard Reference
?
Differential
D31472
Move current thread data out of lsan_common on linux
Closed
Public
Authored by
fjricci
on Mar 29 2017, 11:15 AM.
Download Raw Diff
Details
Reviewers
kubamracek
Commits
rGa79b8a22b4dc: Move current thread data out of lsan_common on linux
rCRT299032: Move current thread data out of lsan_common on linux
rL299032: Move current thread data out of lsan_common on linux
Summary
Now that we have a platform-specific non-common lsan file, use
it to store non-common lsan data.
Diff Detail
Repository
rL LLVM
Event Timeline
fjricci
created this revision.
Mar 29 2017, 11:15 AM
kubamracek
accepted this revision.
Mar 29 2017, 1:33 PM
This revision is now accepted and ready to land.
Mar 29 2017, 1:33 PM
Closed by commit
rL299032: Move current thread data out of lsan_common on linux
(authored by
fjricci
).
·
Explain Why
Mar 29 2017, 3:02 PM
This revision was automatically updated to reflect the committed changes.