llvm-6502/lib/ProfileData
Justin Bogner ca3fdca101 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
2015-02-17 09:21:43 +00:00
..
CMakeLists.txt
CoverageMapping.cpp InstrProf: Use ErrorOr for IndexedInstrProfReader::create (NFC) 2015-02-16 21:28:58 +00:00
CoverageMappingReader.cpp
CoverageMappingWriter.cpp
InstrProf.cpp
InstrProfIndexed.h
InstrProfReader.cpp Revert "InstrProf: Add unit tests for the profile reader and writer" 2015-02-17 09:21:43 +00:00
InstrProfWriter.cpp Revert "InstrProf: Add unit tests for the profile reader and writer" 2015-02-17 09:21:43 +00:00
LLVMBuild.txt
Makefile
SampleProf.cpp
SampleProfReader.cpp
SampleProfWriter.cpp