[PECOFF] Fix parallel read bug.
InputElement::parse() may recursively call WinLinkDriver::parse() to handle .drectve section contents, and if /defaultlib option exists in the section, the driver will mutate the input graph to add a new input file to the graph. So the access to input graph needs to be protected with mutext. llvm-svn: 204285
Loading
Please register or sign in to comment