Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-profdata: Use consistent file suffixes in tests | Justin Bogner | 2014-07-30 | 1 | -8/+8 |
| | | | | | | | | | | | In some places we've been using different suffixes for the different file formats involved in instrprof, but in others we've just ambiguously used .profdata. Update the test files to indicate the types of file more obviously. No functional change. llvm-svn: 214357 | ||||
* | llvm-profdata: Clean up and reorganize some tests | Justin Bogner | 2014-07-29 | 1 | -0/+10 |
This moves some tests around to make it clearer what's being tested, and adds very rudimentary comment syntax to the text input format to make specifying this kind of test a little bit simpler. llvm-svn: 214235 |