[PGO] Add API for profile merge from buffer
authorXinliang David Li <davidxl@google.com>
Thu, 3 Mar 2016 18:54:46 +0000 (18:54 +0000)
committerXinliang David Li <davidxl@google.com>
Thu, 3 Mar 2016 18:54:46 +0000 (18:54 +0000)
commitdd12e9a8c04eb1cc5b43df4d249273678c5fec6b
treef2b96fe86fb9cbfea7d542b3748baab39d73ea6c
parentfd6557e36805ad40e2bcea51e18d47c2fd76b554
[PGO] Add API for profile merge from buffer

Differential Revision: http://reviews.llvm.org/D17831

llvm-svn: 262644
compiler-rt/lib/profile/CMakeLists.txt
compiler-rt/lib/profile/InstrProfiling.h
compiler-rt/lib/profile/InstrProfilingInternal.h
compiler-rt/lib/profile/InstrProfilingMerge.c [new file with mode: 0644]
compiler-rt/lib/profile/InstrProfilingMergeFile.c [new file with mode: 0644]
compiler-rt/make/platform/clang_linux.mk
compiler-rt/test/profile/Linux/instrprof-merge-vp.c [new file with mode: 0644]
compiler-rt/test/profile/instrprof-merge.c [new file with mode: 0644]
compiler-rt/test/profile/instrprof-without-libc.c