diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-03-20 18:43:09 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-03-20 18:43:09 +0000 |
| commit | 9cee5e0e92e34348ca9a798c81b51a3497154e3f (patch) | |
| tree | 9399f350175ce54d8b00ad3d25244e25b9254e89 /compiler-rt/make/platform/clang_darwin.mk | |
| parent | a5f804a7eaad5e2727fc0132c5ed15538502b462 (diff) | |
| download | bcm5719-llvm-9cee5e0e92e34348ca9a798c81b51a3497154e3f.tar.gz bcm5719-llvm-9cee5e0e92e34348ca9a798c81b51a3497154e3f.zip | |
PGO: Moving files for clarity
<rdar://problem/15943240>
llvm-svn: 204373
Diffstat (limited to 'compiler-rt/make/platform/clang_darwin.mk')
| -rw-r--r-- | compiler-rt/make/platform/clang_darwin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/make/platform/clang_darwin.mk b/compiler-rt/make/platform/clang_darwin.mk index f4676e01a72..0feb553417b 100644 --- a/compiler-rt/make/platform/clang_darwin.mk +++ b/compiler-rt/make/platform/clang_darwin.mk @@ -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) \ |

