[PATCH] D12121: Support: Clean up TSan annotations.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 18 15:12:44 PDT 2015


eugenis accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: lib/Support/ManagedStatic.cpp:17
@@ -16,2 +16,3 @@
 #include "llvm/Support/Atomic.h"
+#include "llvm/Support/Compiler.h"
 #include "llvm/Support/Mutex.h"
----------------
why do you need this?

================
Comment at: lib/Support/Statistic.cpp:27
@@ -26,2 +26,3 @@
 #include "llvm/Support/CommandLine.h"
+#include "llvm/Support/Compiler.h"
 #include "llvm/Support/Debug.h"
----------------
why do you need this? Part of the following change?


http://reviews.llvm.org/D12121





More information about the llvm-commits mailing list