platform/clang_darwin: Fix a comment.

llvm-svn: 152058
This commit is contained in:
Daniel Dunbar 2012-03-05 20:46:09 +00:00
parent cdf9bf7048
commit 030e0a866c
1 changed files with 0 additions and 2 deletions

View File

@ -66,8 +66,6 @@ Configs += profile_ios
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)