[PATCH] D16176: Introduce stats and stats_client libraries.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 11:03:00 PST 2016


eugenis added inline comments.

================
Comment at: lib/stats/stats.cc:87
@@ +86,3 @@
+  modules.push_back(mod);
+  return modules.size() - 1;
+}
----------------
There could be a data race if this is called from concurrent dlopen-ed module constructors.



http://reviews.llvm.org/D16176





More information about the llvm-commits mailing list