[PATCH] D35157: [tsan] Add support for running TSan tests on iOS simulator and devices
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 08:21:50 PDT 2017
kubamracek added inline comments.
================
Comment at: compiler-rt/trunk/lib/lsan/lsan_common.cc:79
// https://sourceware.org/bugzilla/show_bug.cgi?id=12650.
+ "leak:*_os_trace*\n"
"leak:*tls_get_addr*\n";
----------------
Accidentally committed this, reverting in r307539.
Repository:
rL LLVM
https://reviews.llvm.org/D35157
More information about the llvm-commits
mailing list