Revert "InstrProf: Add unit tests for the profile reader and writer"
authorJustin Bogner <mail@justinbogner.com>
Tue, 17 Feb 2015 09:21:43 +0000 (09:21 +0000)
committerJustin Bogner <mail@justinbogner.com>
Tue, 17 Feb 2015 09:21:43 +0000 (09:21 +0000)
commit5b3ad88646df937ab5d45593fdfe2132eacc441e
tree1b7ed0ea0de6cc39f81cbaf3aa8c4e76438dd08c
parentba8467251994e318dee34f48e00728b47fef9285
Revert "InstrProf: Add unit tests for the profile reader and writer"

This added API to the InstrProfWriter to write to a string so I could
write unittests without using temp files. This doesn't really work,
since the format has tighter alignment requirements than a char.

This reverts r229478 and its follow-up, r229481.

llvm-svn: 229483
llvm/include/llvm/ProfileData/InstrProfReader.h
llvm/include/llvm/ProfileData/InstrProfWriter.h
llvm/lib/ProfileData/InstrProfReader.cpp
llvm/lib/ProfileData/InstrProfWriter.cpp
llvm/unittests/ProfileData/CMakeLists.txt
llvm/unittests/ProfileData/InstrProfTest.cpp [deleted file]