mirror of
https://github.com/intel/llvm.git
synced 2026-01-31 07:27:33 +08:00
The patch in r359029 missed a few accessors and mutators. This patch also changes the lock to a recursive one as OptionValueFileSpecList::Clear() can be invoked from some of the other methods. llvm-svn: 361440