Revert r314616: Run writeTo() concurrently.
authorRui Ueyama <ruiu@google.com>
Fri, 6 Oct 2017 20:12:43 +0000 (20:12 +0000)
committerRui Ueyama <ruiu@google.com>
Fri, 6 Oct 2017 20:12:43 +0000 (20:12 +0000)
commit8ad23dcd8b526c9b98566e95d631bcff15290752
tree88a9ae7793987dc22ed0069d7caac269a8c56f6c
parent469350810aedd0317d6d022e473b8b5a24c2cdb3
Revert r314616: Run writeTo() concurrently.

This reverts commit r314616 because nested parallel-for loops can hang.
Our ThreadPoolExecutor is not necessarily able to handle nested calls.

llvm-svn: 315098
lld/ELF/Writer.cpp