[compiler-rt] r224270 - profile: Add the relevant parts of lib/profile to cc_kext on darwin

Justin Bogner mail at justinbogner.com
Mon Dec 15 12:44:05 PST 2014


Author: bogner
Date: Mon Dec 15 14:44:05 2014
New Revision: 224270

URL: http://llvm.org/viewvc/llvm-project?rev=224270&view=rev
Log:
profile: Add the relevant parts of lib/profile to cc_kext on darwin

Patch by Lawrence D'Anna. Thanks!

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=224270&r1=224269&r2=224270&view=diff
==============================================================================
--- compiler-rt/trunk/make/platform/clang_darwin.mk (original)
+++ compiler-rt/trunk/make/platform/clang_darwin.mk Mon Dec 15 14:44:05 2014
@@ -257,7 +257,13 @@ FUNCTIONS.asan_iossim_dynamic := $(AsanF
 FUNCTIONS.ubsan_osx := $(UbsanFunctions) $(UbsanCXXFunctions) \
                        $(SanitizerCommonFunctions)
 
+CCKEXT_PROFILE_FUNCTIONS := \
+	InstrProfiling \
+	InstrProfilingBuffer \
+	InstrProfilingPlatformDarwin
+
 CCKEXT_COMMON_FUNCTIONS := \
+	$(CCKEXT_PROFILE_FUNCTIONS) \
 	absvdi2 \
 	absvsi2 \
 	addvdi3 \





More information about the llvm-commits mailing list