From 0d49904d50fc42b411c396c472ce70f8e4575f99 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Tue, 15 May 2012 12:21:33 +0000 Subject: [asan] move lib/asan/interception to lib/interception so that other tools (e.g. tsan) can use it git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@156816 91177308-0d34-0410-b5e6-96231b3b80d8 --- make/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/config.mk') diff --git a/make/config.mk b/make/config.mk index a8261738..42fb9a87 100644 --- a/make/config.mk +++ b/make/config.mk @@ -42,5 +42,5 @@ endif ### # Common compiler options -COMMON_CXXFLAGS=-fno-exceptions -fPIC -funwind-tables +COMMON_CXXFLAGS=-fno-exceptions -fPIC -funwind-tables -I${ProjSrcRoot}/lib COMMON_CFLAGS=-fPIC -- cgit v1.2.3