[compiler-rt] r204276 - PGO: Appease buildbots after r204268
Duncan P. N. Exon Smith
dexonsmith at apple.com
Wed Mar 19 15:28:32 PDT 2014
Author: dexonsmith
Date: Wed Mar 19 17:28:32 2014
New Revision: 204276
URL: http://llvm.org/viewvc/llvm-project?rev=204276&view=rev
Log:
PGO: Appease buildbots after r204268
Modified:
compiler-rt/trunk/make/platform/clang_darwin.mk
Modified: compiler-rt/trunk/make/platform/clang_darwin.mk
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/make/platform/clang_darwin.mk?rev=204276&r1=204275&r2=204276&view=diff
==============================================================================
--- compiler-rt/trunk/make/platform/clang_darwin.mk (original)
+++ compiler-rt/trunk/make/platform/clang_darwin.mk Wed Mar 19 17:28:32 2014
@@ -222,8 +222,8 @@ FUNCTIONS.ios.x86_64h := $(FUNCTIONS.ios
FUNCTIONS.osx := mulosi4 mulodi4 muloti4
-FUNCTIONS.profile_osx := GCDAProfiling PGOProfiling
-FUNCTIONS.profile_ios := GCDAProfiling PGOProfiling
+FUNCTIONS.profile_osx := GCDAProfiling InstrProfiling InstrProfilingExtras
+FUNCTIONS.profile_ios := GCDAProfiling InstrProfiling InstrProfilingExtras
FUNCTIONS.asan_osx_dynamic := $(AsanFunctions) $(InterceptionFunctions) \
$(SanitizerCommonFunctions) \
More information about the llvm-commits
mailing list