PGO: Moving files for clarity

<rdar://problem/15943240>

llvm-svn: 204373
This commit is contained in:
Duncan P. N. Exon Smith 2014-03-20 18:43:09 +00:00
parent a5f804a7ea
commit 9cee5e0e92
4 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ if(APPLE)
set(PROFILE_SOURCES
GCDAProfiling.c
InstrProfiling.c
InstrProfilingDarwin.c
InstrProfilingPlatformDarwin.c
InstrProfilingExtras.c)
add_compiler_rt_osx_static_runtime(clang_rt.profile_osx
@ -17,7 +17,7 @@ else()
set(PROFILE_SOURCES
GCDAProfiling.c
InstrProfiling.c
InstrProfilingDefault.c
InstrProfilingPlatformOther.c
InstrProfilingExtras.c)
foreach(arch ${PROFILE_SUPPORTED_ARCH})

View File

@ -223,7 +223,7 @@ FUNCTIONS.ios.x86_64h := $(FUNCTIONS.ios.x86_64)
FUNCTIONS.osx := mulosi4 mulodi4 muloti4
FUNCTIONS.profile_osx := GCDAProfiling InstrProfiling \
InstrProfilingDarwin InstrProfilingExtras
InstrProfilingPlatformDarwin InstrProfilingExtras
FUNCTIONS.profile_ios := $(FUNCTIONS.profile_osx)
FUNCTIONS.asan_osx_dynamic := $(AsanFunctions) $(InterceptionFunctions) \