[PATCH] D15390: [ThinLTO] Launch importing backends in parallel threads from gold plugin
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 2 19:28:18 PST 2016
joker.eph added inline comments.
================
Comment at: include/llvm/Support/thread.h:60
@@ -59,2 +59,3 @@
void join() {}
+ static unsigned hardware_concurrency() { return 1; };
};
----------------
Can be committed separately I think.
http://reviews.llvm.org/D15390
More information about the llvm-commits
mailing list