From b6a9fee9dac42230ca9f59c1b95dda85d27bf130 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Fri, 20 Nov 2015 23:09:49 +0000 Subject: [PATCH] Mention new InstrProfilingWriter file in clang_{darwin|linux}.mk I hope this fixes our internal buildbots (rdar://23614130) llvm-svn: 253735 --- compiler-rt/make/platform/clang_darwin.mk | 3 ++- compiler-rt/make/platform/clang_linux.mk | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/compiler-rt/make/platform/clang_darwin.mk b/compiler-rt/make/platform/clang_darwin.mk index dff26943be2c..f85ced5cdda1 100644 --- a/compiler-rt/make/platform/clang_darwin.mk +++ b/compiler-rt/make/platform/clang_darwin.mk @@ -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) \ diff --git a/compiler-rt/make/platform/clang_linux.mk b/compiler-rt/make/platform/clang_linux.mk index 7b109d56c0a6..80c22006ca84 100644 --- a/compiler-rt/make/platform/clang_linux.mk +++ b/compiler-rt/make/platform/clang_linux.mk @@ -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.