mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 03:26:06 +08:00
The lock tables were being reallocated if kmp_set_defaults() was called. In the env_init code it says that the user should be able to switch between different KMP_CONSISTENCY_CHECK values which is what this change enables. llvm-svn: 292349