summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-03-05 20:46:09 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-03-05 20:46:09 +0000
commit99d4932b06dfe16e6bb76c6808d359fcf87fbaae (patch)
tree9e2ab14f86ffe3ba873d890835b7e8865bdae59a /make
parent0e1d0f2dd3349fda967bd5ae098332301d8b70c5 (diff)
downloadcompiler-rt-99d4932b06dfe16e6bb76c6808d359fcf87fbaae.tar.gz
compiler-rt-99d4932b06dfe16e6bb76c6808d359fcf87fbaae.tar.bz2
compiler-rt-99d4932b06dfe16e6bb76c6808d359fcf87fbaae.tar.xz
platform/clang_darwin: Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@152058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make')
-rw-r--r--make/platform/clang_darwin.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index 15d5a200..2ca5fbc7 100644
--- a/make/platform/clang_darwin.mk
+++ b/make/platform/clang_darwin.mk
@@ -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)