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
Loading
Please sign in to comment