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:
872cb70
)
Reverting an accidentally landed change.
author
Kuba Mracek
<mracek@apple.com>
Mon, 10 Jul 2017 15:20:50 +0000
(15:20 +0000)
committer
Kuba Mracek
<mracek@apple.com>
Mon, 10 Jul 2017 15:20:50 +0000
(15:20 +0000)
llvm-svn: 307539
compiler-rt/lib/lsan/lsan_common.cc
patch
|
blob
|
history
diff --git
a/compiler-rt/lib/lsan/lsan_common.cc
b/compiler-rt/lib/lsan/lsan_common.cc
index
5118ae5
..
a5ffc68
100644
(file)
--- a/
compiler-rt/lib/lsan/lsan_common.cc
+++ b/
compiler-rt/lib/lsan/lsan_common.cc
@@
-76,7
+76,6
@@
static const char kStdSuppressions[] =
#endif // SANITIZER_SUPPRESS_LEAK_ON_PTHREAD_EXIT
// TLS leak in some glibc versions, described in
// https://sourceware.org/bugzilla/show_bug.cgi?id=12650.
- "leak:*_os_trace*\n"
"leak:*tls_get_addr*\n";
void InitializeSuppressions() {