[llvm-commits] [compiler-rt] r152058 - /compiler-rt/trunk/make/platform/clang_darwin.mk

Daniel Dunbar daniel at zuster.org
Mon Mar 5 12:46:09 PST 2012


Author: ddunbar
Date: Mon Mar  5 14:46:09 2012
New Revision: 152058

URL: http://llvm.org/viewvc/llvm-project?rev=152058&view=rev
Log:
platform/clang_darwin: Fix a comment.

Modified:
    compiler-rt/trunk/make/platform/clang_darwin.mk

Modified: compiler-rt/trunk/make/platform/clang_darwin.mk
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/make/platform/clang_darwin.mk?rev=152058&r1=152057&r2=152058&view=diff
==============================================================================
--- compiler-rt/trunk/make/platform/clang_darwin.mk (original)
+++ compiler-rt/trunk/make/platform/clang_darwin.mk Mon Mar  5 14:46:09 2012
@@ -66,8 +66,6 @@
 UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64 armv6 armv7,profile_ios)
 
 # Configurations which define the ASAN support functions.
-#
-# Note that ASAN doesn't appear to currently support i386.
 Configs += asan_osx
 UniversalArchs.asan_osx := $(call CheckArches,i386 x86_64,asan_osx)
 





More information about the llvm-commits mailing list