[PATCH] D18493: [tsan] Add XPC support (OS X)

Dmitry Vyukov via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 01:00:40 PDT 2016


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

================
Comment at: lib/tsan/rtl/tsan_interceptors_mac.cc:133
@@ +132,3 @@
+  REAL(xpc_connection_send_message_with_reply)
+  (connection, message, replyq, new_handler);
+}
----------------
add some spaces before the line
or is it clang-format formatted?


http://reviews.llvm.org/D18493





More information about the llvm-commits mailing list