[PATCH] [compiler-rt] Ensure AsanInitFromRtl is called from a static initializer on OS X by using ASAN_DYNAMIC=1

Alexander Potapenko glider at google.com
Fri Jan 23 08:41:47 PST 2015


================
Comment at: test/asan/TestCases/Darwin/mixing-global-constructors.cc:25
@@ +24,3 @@
+
+struct C1 {
+    C1() {
----------------
This test case has weird indentation. Can you run clang-format just to make sure?

http://reviews.llvm.org/D7117

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list