[PATCH] D14647: [tsan] Fix a typo in tsan_test_util.h

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 13 12:45:34 PST 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL253078: [tsan] Fix a typo in tsan_test_util.h (authored by kuba.brecka).

Changed prior to commit:
  http://reviews.llvm.org/D14647?vs=40133&id=40171#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D14647

Files:
  compiler-rt/trunk/lib/tsan/tests/rtl/tsan_test_util.h

Index: compiler-rt/trunk/lib/tsan/tests/rtl/tsan_test_util.h
===================================================================
--- compiler-rt/trunk/lib/tsan/tests/rtl/tsan_test_util.h
+++ compiler-rt/trunk/lib/tsan/tests/rtl/tsan_test_util.h
@@ -34,7 +34,7 @@
   enum Type {
     Normal,
     RW,
-#ifndef APPLE
+#ifndef __APPLE__
     Spin
 #else
     Spin = Normal


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14647.40171.patch
Type: text/x-patch
Size: 370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151113/42f2a942/attachment.bin>


More information about the llvm-commits mailing list