From f5e54501519d2904227e4127f05d2d92deacc70b Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Thu, 20 Mar 2014 03:57:33 +0000 Subject: PGO: Implement Darwin linker magic for instrumentation Use Darwin linker magic to find bounds of instrumentation data sections at link time instead of runtime. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@204302 91177308-0d34-0410-b5e6-96231b3b80d8 --- make/platform/clang_darwin.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/platform') diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk index 1470c6fad..f4676e01a 100644 --- a/make/platform/clang_darwin.mk +++ b/make/platform/clang_darwin.mk @@ -223,7 +223,7 @@ FUNCTIONS.ios.x86_64h := $(FUNCTIONS.ios.x86_64) FUNCTIONS.osx := mulosi4 mulodi4 muloti4 FUNCTIONS.profile_osx := GCDAProfiling InstrProfiling \ - InstrProfilingDefault InstrProfilingExtras + InstrProfilingDarwin InstrProfilingExtras FUNCTIONS.profile_ios := $(FUNCTIONS.profile_osx) FUNCTIONS.asan_osx_dynamic := $(AsanFunctions) $(InterceptionFunctions) \ -- cgit v1.2.3