Revert "PECOFF: Temporarily add a lock to un-break buildbot."
authorRui Ueyama <ruiu@google.com>
Sun, 1 Mar 2015 04:25:04 +0000 (04:25 +0000)
committerRui Ueyama <ruiu@google.com>
Sun, 1 Mar 2015 04:25:04 +0000 (04:25 +0000)
commit0c177051b72141116d99c1cd5deae9fccfb59d53
treee3382afd20b0b0c5bbe6f8aba4e4690d68cb2e3c
parent0f480f50100d75e690692803ee112510d437c657
Revert "PECOFF: Temporarily add a lock to un-break buildbot."

This reverts commit r230086. I added a lock to guard FileCOFF::doParse(),
which killed parallel file parsing. Now the buildbots got back to green,
I believe the threading issue was resolved, so it's time to remove the
guard to see if it works with the buildbots.

llvm-svn: 230886
lld/lib/ReaderWriter/PECOFF/ReaderCOFF.cpp