[dsymutil] Use the number of threads specified.
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 7 Jun 2019 17:35:19 +0000 (17:35 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 7 Jun 2019 17:35:19 +0000 (17:35 +0000)
commitbb8de35384add455cd347e533691e47531447f85
tree6e0c03b9d09a4aa41e089514d6f21c44af4ef217
parent5482315a73ec1dd7ac3fd782d82aa9280fa26f11
[dsymutil] Use the number of threads specified.

Before this patch we used either a single thread, or the number of
hardware threads available, effectively ignoring the number of threads
specified on the command line.

llvm-svn: 362815
llvm/tools/dsymutil/dsymutil.cpp