summaryrefslogtreecommitdiffstats
path: root/compiler-rt/make
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2015-11-20 23:09:49 +0000
committerMatthias Braun <matze@braunis.de>2015-11-20 23:09:49 +0000
commitb6a9fee9dac42230ca9f59c1b95dda85d27bf130 (patch)
tree0d2cda95775bf322f47cb4907b39747c93c73d45 /compiler-rt/make
parentf7d1893f5b24c811b3c02de94047cf79487b6677 (diff)
downloadbcm5719-llvm-b6a9fee9dac42230ca9f59c1b95dda85d27bf130.tar.gz
bcm5719-llvm-b6a9fee9dac42230ca9f59c1b95dda85d27bf130.zip
Mention new InstrProfilingWriter file in clang_{darwin|linux}.mk
I hope this fixes our internal buildbots (rdar://23614130) llvm-svn: 253735
Diffstat (limited to 'compiler-rt/make')
-rw-r--r--compiler-rt/make/platform/clang_darwin.mk3
-rw-r--r--compiler-rt/make/platform/clang_linux.mk3
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 dff26943be2..f85ced5cdda 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 7b109d56c0a..80c22006ca8 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.
OpenPOWER on IntegriCloud