Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix memory error in case of reinit using kmp_set_defaults() for lock code. | Jonathan Peyton | 2017-01-18 | 1 | -0/+53 |
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 |