[llvm-commits] [PATCH] Add tests for Profiling Infrastructure

Daniel Dunbar daniel at zuster.org
Wed Aug 19 14:50:05 PDT 2009


On Wed, Aug 19, 2009 at 6:09 AM, Andreas
Neustifter<e0325716 at student.tuwien.ac.at> wrote:
> Hi,
>
> I am working currently on the Profiling Infrastructure for LLVM, I have done
> some preliminary work and I also want to include some test files.

Excellent, thanks!

> I attach two files that I think can act as basis for further expanding the
> test coverage.
>
> What do you think of this tests?  I'm planning to put them under
> test/Analysis/Profiling

I don't understand the names, but otherwise looks fine to me. Note
that you will need to replace '.so' with '%shlibext' to make the tests
portable. I changed the Makefiles to build the runtime library by
default as well...

Please apply! If you aren't familiar with the DejaGNU set up, you will
need to drop dg.exp in the new Profiling directory for the tests to be
found. You can just copy the one from Analysis/Andersens, for example.

Thanks,
 - Daniel




More information about the llvm-commits mailing list