From 78021e63d946f658ba10abe1c8ba4a4b677be051 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Wed, 27 Mar 2013 17:15:59 +0100 Subject: Toolchain: llvm/compiler-rt: use ASAN_ALLOCATOR_VERSION v1 for the moment Signed-off-by: Abdoulaye Walsimou Gaye --- mk/llvm/compiler-rt/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mk/llvm/compiler-rt/Makefile b/mk/llvm/compiler-rt/Makefile index d5efe12..c5d7418 100644 --- a/mk/llvm/compiler-rt/Makefile +++ b/mk/llvm/compiler-rt/Makefile @@ -75,6 +75,12 @@ CXX ?= g++ SANCOMMON_CFLAGS := -W -Wall -fPIC -fno-builtin -fno-exceptions SANCOMMON_CFLAGS += -fomit-frame-pointer -funwind-tables SANCOMMON_CFLAGS += -fvisibility=hidden +# +# FIXME: remove this avec full merge of compiler-rt/llvm/clang-3.3. +# The copy of compiler-rt shipped with EmbToolkit was in the middle of +# compiler-rt-3.3 development. +# +SANCOMMON_CFLAGS += -DASAN_ALLOCATOR_VERSION=1 ARFLAGS := rvs -- cgit v1.2.3