summaryrefslogtreecommitdiffstats
path: root/clang/test/Profile/Inputs/c-general.profdata.v1
Commit message (Collapse)AuthorAgeFilesLines
* InstrProf: Update for LLVM API changeJustin Bogner2014-08-011-0/+0
We've added support for a multiple functions with the same name in LLVM's profile data, so the lookup returning the function hash it found doesn't make sense anymore. Update to pass in the hash we expect. This also adds a test that the version 1 format is still readable, since the new API is expected to handle that. llvm-svn: 214586
OpenPOWER on IntegriCloud