Run writeTo() concurrently.
authorRui Ueyama <ruiu@google.com>
Sun, 1 Oct 2017 02:25:34 +0000 (02:25 +0000)
committerRui Ueyama <ruiu@google.com>
Sun, 1 Oct 2017 02:25:34 +0000 (02:25 +0000)
commitcb222035c23fb6a400ac110e7aef66a809f383a7
treedb1d0c0cebe6f91b8c5e255fb7ebd3d9c6067465
parentbffac0eb810dd1d076f8fc43c2826352cd7e863b
Run writeTo() concurrently.

I don't know why we didn't use parallelForEach to call writeTo,
but there should be no reason to not do that, as most writeTo
functions are safe to run concurrently.

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