From e4fb02540e32e0bee3f3bc56ffe138b0a2515f28 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Thu, 10 Jul 2014 00:53:20 +0000 Subject: Fix configure+make build of profile runtime library git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@212665 91177308-0d34-0410-b5e6-96231b3b80d8 --- make/platform/clang_linux.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/make/platform/clang_linux.mk b/make/platform/clang_linux.mk index 37708f89c..2edbfffb9 100644 --- a/make/platform/clang_linux.mk +++ b/make/platform/clang_linux.mk @@ -129,8 +129,10 @@ CFLAGS.builtins-x86_64 += --sysroot=$(ProjSrcRoot)/SDKs/linux FUNCTIONS.builtins-i386 := $(CommonFunctions) $(ArchFunctions.i386) FUNCTIONS.builtins-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64) -FUNCTIONS.profile-i386 := GCDAProfiling -FUNCTIONS.profile-x86_64 := GCDAProfiling +FUNCTIONS.profile-i386 := GCDAProfiling InstrProfiling InstrProfilingBuffer \ + InstrProfilingFile InstrProfilingPlatformOther \ + InstrProfilingRuntime +FUNCTIONS.profile-x86_64 := $(FUNCTIONS.profile-i386) FUNCTIONS.san-i386 := $(SanitizerCommonFunctions) FUNCTIONS.san-x86_64 := $(SanitizerCommonFunctions) FUNCTIONS.asan-i386 := $(AsanFunctions) $(InterceptionFunctions) \ -- cgit v1.2.1