forked from OSchip/llvm-project
PGO: Moving files for clarity
<rdar://problem/15943240> llvm-svn: 204373
This commit is contained in:
parent
a5f804a7ea
commit
9cee5e0e92
|
@ -6,7 +6,7 @@ if(APPLE)
|
||||||
set(PROFILE_SOURCES
|
set(PROFILE_SOURCES
|
||||||
GCDAProfiling.c
|
GCDAProfiling.c
|
||||||
InstrProfiling.c
|
InstrProfiling.c
|
||||||
InstrProfilingDarwin.c
|
InstrProfilingPlatformDarwin.c
|
||||||
InstrProfilingExtras.c)
|
InstrProfilingExtras.c)
|
||||||
|
|
||||||
add_compiler_rt_osx_static_runtime(clang_rt.profile_osx
|
add_compiler_rt_osx_static_runtime(clang_rt.profile_osx
|
||||||
|
@ -17,7 +17,7 @@ else()
|
||||||
set(PROFILE_SOURCES
|
set(PROFILE_SOURCES
|
||||||
GCDAProfiling.c
|
GCDAProfiling.c
|
||||||
InstrProfiling.c
|
InstrProfiling.c
|
||||||
InstrProfilingDefault.c
|
InstrProfilingPlatformOther.c
|
||||||
InstrProfilingExtras.c)
|
InstrProfilingExtras.c)
|
||||||
|
|
||||||
foreach(arch ${PROFILE_SUPPORTED_ARCH})
|
foreach(arch ${PROFILE_SUPPORTED_ARCH})
|
||||||
|
|
|
@ -223,7 +223,7 @@ FUNCTIONS.ios.x86_64h := $(FUNCTIONS.ios.x86_64)
|
||||||
FUNCTIONS.osx := mulosi4 mulodi4 muloti4
|
FUNCTIONS.osx := mulosi4 mulodi4 muloti4
|
||||||
|
|
||||||
FUNCTIONS.profile_osx := GCDAProfiling InstrProfiling \
|
FUNCTIONS.profile_osx := GCDAProfiling InstrProfiling \
|
||||||
InstrProfilingDarwin InstrProfilingExtras
|
InstrProfilingPlatformDarwin InstrProfilingExtras
|
||||||
FUNCTIONS.profile_ios := $(FUNCTIONS.profile_osx)
|
FUNCTIONS.profile_ios := $(FUNCTIONS.profile_osx)
|
||||||
|
|
||||||
FUNCTIONS.asan_osx_dynamic := $(AsanFunctions) $(InterceptionFunctions) \
|
FUNCTIONS.asan_osx_dynamic := $(AsanFunctions) $(InterceptionFunctions) \
|
||||||
|
|
Loading…
Reference in New Issue