[PATCH] D14510: [tsan] Implement `IsGlobalVar` for Darwin

Alexander Potapenko via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 10 16:43:39 PST 2015


glider added inline comments.

================
Comment at: lib/tsan/rtl/tsan_platform_mac.cc:43
@@ +42,3 @@
+#include <mach-o/dyld.h>
+#include <dlfcn.h>
+#include <mach-o/loader.h>
----------------
Please keep the list of includes sorted alphabetically.


http://reviews.llvm.org/D14510





More information about the llvm-commits mailing list