[PATCH] D39987: [compiler-rt] Switch from deprecated TARGET_IPHONE_SIMULATOR to TARGET_OS_SIMULATOR

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 11:47:49 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL319349: [compiler-rt] Switch from deprecated TARGET_IPHONE_SIMULATOR to… (authored by kuba.brecka).

Changed prior to commit:
  https://reviews.llvm.org/D39987?vs=122745&id=124796#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39987

Files:
  compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform.h


Index: compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform.h
===================================================================
--- compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform.h
+++ compiler-rt/trunk/lib/sanitizer_common/sanitizer_platform.h
@@ -44,7 +44,7 @@
 # else
 #  define SANITIZER_IOS    0
 # endif
-# if TARGET_IPHONE_SIMULATOR
+# if TARGET_OS_SIMULATOR
 #  define SANITIZER_IOSSIM 1
 # else
 #  define SANITIZER_IOSSIM 0


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39987.124796.patch
Type: text/x-patch
Size: 452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171129/84095899/attachment-0001.bin>


More information about the llvm-commits mailing list