aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineModuleInfo.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2017-12-13 18:03:04 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2017-12-13 18:03:04 +0000
commit2fbee4f86997270dd365e7e1b1c5cea5fccfe4e1 (patch)
treebbc3b3ab7d2b964ff2b0358cbec7e003030229c4 /llvm/lib/CodeGen/MachineModuleInfo.cpp
parent542a71180690c65edfa9456700209f45b9057080 (diff)
downloadllvm-2fbee4f86997270dd365e7e1b1c5cea5fccfe4e1.zip
llvm-2fbee4f86997270dd365e7e1b1c5cea5fccfe4e1.tar.gz
llvm-2fbee4f86997270dd365e7e1b1c5cea5fccfe4e1.tar.bz2
[dsymutil] Re-enable threading
Threading was disabled in r317263 because it broke a test in combination with `-DLLVM_ENABLE_THREADS=OFF`. This was because a ThreadPool warning was piped to llvm-dwarfdump which was expecting to read an object from stdin. This patch re-enables threading and fixes the offending test. Unfortunately this required more than just moving the ThreadPool out of the for loop because of the TempFile refactoring that took place in the meantime. Differential revision: https://reviews.llvm.org/D41180 llvm-svn: 320601
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions