Use std::thread directly.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 7 Nov 2017 23:09:54 +0000 (23:09 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 7 Nov 2017 23:09:54 +0000 (23:09 +0000)
commitc78890640e294b1872e1ea04c4e48d874d305990
tree735ee0cb4904bb2c0be1588ac39e0cd8bc3b447e
parent1501a26b3907a12c284a5859da723e94d23e2e8b
Use std::thread directly.

Now that this code is posix only we don't need to use runBackground.

llvm-svn: 317632
lld/ELF/Filesystem.cpp