Mention new InstrProfilingWriter file in clang_{darwin|linux}.mk

I hope this fixes our internal buildbots (rdar://23614130)

llvm-svn: 253735
This commit is contained in:
Matthias Braun 2015-11-20 23:09:49 +00:00
parent f7d1893f5b
commit b6a9fee9da
2 changed files with 4 additions and 2 deletions

View File

@ -276,7 +276,8 @@ FUNCTIONS.osx := mulosi4 mulodi4 muloti4 $(ATOMIC_FUNCTIONS) $(FP16_FUNCTIONS)
FUNCTIONS.profile_osx := GCDAProfiling InstrProfiling InstrProfilingBuffer \
InstrProfilingFile InstrProfilingPlatformDarwin \
InstrProfilingRuntime InstrProfilingUtil
InstrProfilingRuntime InstrProfilingUtil \
InstrProfilingWriter
FUNCTIONS.profile_ios := $(FUNCTIONS.profile_osx)
FUNCTIONS.asan_osx_dynamic := $(AsanFunctions) $(AsanCXXFunctions) \

View File

@ -78,7 +78,8 @@ FUNCTIONS.builtins-i386 := $(CommonFunctions) $(ArchFunctions.i386)
FUNCTIONS.builtins-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
FUNCTIONS.profile-i386 := GCDAProfiling InstrProfiling InstrProfilingBuffer \
InstrProfilingFile InstrProfilingPlatformOther \
InstrProfilingRuntime InstrProfilingUtil
InstrProfilingRuntime InstrProfilingUtil \
InstrProfilingWriter
FUNCTIONS.profile-x86_64 := $(FUNCTIONS.profile-i386)
# Always use optimized variants.