[PATCH] D15390: [ThinLTO] Launch importing backends in parallel threads from gold plugin

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 06:14:57 PST 2016


tejohnson added a comment.

Ping.


================
Comment at: include/llvm/Support/thread.h:60
@@ -59,2 +59,3 @@
   void join() {}
+  static unsigned hardware_concurrency() { return 1; };
 };
----------------
Will do.


http://reviews.llvm.org/D15390





More information about the llvm-commits mailing list