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)
commitca3fdca1013e98c18efb8f57feb2ba5d33ab8f5f
treed17a5fce7e31367ebc1c9629484304e106ac5075
parent199f58a1989a905cf28a280ca6dec28681654351
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229483 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ProfileData/InstrProfReader.h
include/llvm/ProfileData/InstrProfWriter.h
lib/ProfileData/InstrProfReader.cpp
lib/ProfileData/InstrProfWriter.cpp
unittests/ProfileData/CMakeLists.txt
unittests/ProfileData/InstrProfTest.cpp [deleted file]