[PATCH] Introduce the InstrProfReader interface and a text reader

Justin Bogner mail at justinbogner.com
Wed Mar 19 15:52:57 PDT 2014


This patch introduces the ProfileData library without going into details
about the data format that instrumentation based profiling should use,
instead just sticking to the naive text format we have now.

This is designed to make readers for multiple formats simple, so that a
"raw" format for compiler-rt to commit and an efficient format for clang
to consume is easy.

Eric, would you mind checking the build system changes? It builds with
both clang and autoconf for me, but I'd appreciate a look over by
someone who has a clue how our build works.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: TextInstrProfReader.patch
Type: text/x-patch
Size: 23262 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140319/adc2ed20/attachment.bin>


More information about the llvm-commits mailing list