| commit | d119fa028ac28ed4ec0bf11d1178bf58dedf72a7 | [log] [tgz] |
|---|---|---|
| author | Zachary Turner <zturner@google.com> | Sat Jun 21 00:24:51 2014 +0000 |
| committer | Zachary Turner <zturner@google.com> | Sat Jun 21 00:24:51 2014 +0000 |
| tree | f1599951a19fb314bdc0a677d4934051daeaf0e7 | |
| parent | b4076b290eff353ab72a7fc2e10b45b757b051e7 [diff] |
Fix the MinGW builder. Apparently std::call_once and std::recursive_mutex are not available on MinGW and breaks the builder. Revert to using a function local static and sys::Mutex just to get the tree green until we figure out a better solution. llvm-svn: 211424