forked from OSchip/llvm-project
Mention new InstrProfilingWriter file in clang_{darwin|linux}.mk
I hope this fixes our internal buildbots (rdar://23614130) llvm-svn: 253735
This commit is contained in:
parent
f7d1893f5b
commit
b6a9fee9da
|
@ -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) \
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue