Fix configure+make build of profile runtime library

llvm-svn: 212665
This commit is contained in:
Alexey Samsonov 2014-07-10 00:53:20 +00:00
parent 020ac94665
commit 84e0223a9d
1 changed files with 4 additions and 2 deletions

View File

@ -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) \