mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:18:14 +08:00
MutexSet is too large to be allocated on stack. But we need local MutexSet objects in few places and use various hacks to allocate them. Add DynamicMutexSet helper that simplifies allocation of such objects. Reviewed By: melver Differential Revision: https://reviews.llvm.org/D112449
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================