This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from f6600b7 [libcxx] Fix gcc builds. new 847eaf4 [libcxx] Enable building and testing of libcxx with ThreadSan [...] new ccf7100 [libcxx] Fix a typo in test/libcxx/test/target_info.py that p [...] new 2f3771a [libcxx] Add a TSan regression test for a data race in call_once
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/CMakeLists.txt | 2 + test/libcxx/test/target_info.py | 2 +- .../thread.once/thread.once.callonce/race.pass.cpp | 48 ++++++++++++++++++++++ 3 files changed, 51 insertions(+), 1 deletion(-) create mode 100644 test/std/thread/thread.mutex/thread.once/thread.once.callonce/r [...]