From 84e0223a9d61d44a91dc359e2a2d4855bbe59287 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Thu, 10 Jul 2014 00:53:20 +0000 Subject: [PATCH] Fix configure+make build of profile runtime library llvm-svn: 212665 --- compiler-rt/make/platform/clang_linux.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/compiler-rt/make/platform/clang_linux.mk b/compiler-rt/make/platform/clang_linux.mk index 37708f8..2edbfff 100644 --- a/compiler-rt/make/platform/clang_linux.mk +++ b/compiler-rt/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) \ -- 2.7.4