forked from OSchip/llvm-project
profile: Autoconf build system support for r241824
r241824 didn't update the autoconf build system to handle the new file in the profile library. llvm-svn: 242013
This commit is contained in:
parent
d6e669458c
commit
f8f780ccc5
compiler-rt/make/platform
|
@ -283,7 +283,7 @@ FUNCTIONS.osx := mulosi4 mulodi4 muloti4 $(ATOMIC_FUNCTIONS) $(FP16_FUNCTIONS)
|
|||
|
||||
FUNCTIONS.profile_osx := GCDAProfiling InstrProfiling InstrProfilingBuffer \
|
||||
InstrProfilingFile InstrProfilingPlatformDarwin \
|
||||
InstrProfilingRuntime
|
||||
InstrProfilingRuntime InstrProfilingUtil
|
||||
FUNCTIONS.profile_ios := $(FUNCTIONS.profile_osx)
|
||||
|
||||
FUNCTIONS.asan_osx_dynamic := $(AsanFunctions) $(AsanCXXFunctions) \
|
||||
|
|
|
@ -78,7 +78,7 @@ FUNCTIONS.builtins-i386 := $(CommonFunctions) $(ArchFunctions.i386)
|
|||
FUNCTIONS.builtins-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
|
||||
FUNCTIONS.profile-i386 := GCDAProfiling InstrProfiling InstrProfilingBuffer \
|
||||
InstrProfilingFile InstrProfilingPlatformOther \
|
||||
InstrProfilingRuntime
|
||||
InstrProfilingRuntime InstrProfilingUtil
|
||||
FUNCTIONS.profile-x86_64 := $(FUNCTIONS.profile-i386)
|
||||
|
||||
# Always use optimized variants.
|
||||
|
|
Loading…
Reference in New Issue