diff options
| -rw-r--r-- | compiler-rt/make/platform/clang_darwin.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/make/platform/clang_darwin.mk b/compiler-rt/make/platform/clang_darwin.mk index 15d5a200b24..2ca5fbc7948 100644 --- a/compiler-rt/make/platform/clang_darwin.mk +++ b/compiler-rt/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) |

