Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update lib/profile tests for metadata assembly change | Duncan P. N. Exon Smith | 2014-12-15 | 1 | -1/+1 |
| | | | | | | | | | Running the upgrade script from PR21532. Hopefully this will unstick compiler-rt bots [1] after r224257. [1]: http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA_check/181/ llvm-svn: 224276 | ||||
* | profile: Robustify instrprof tests | Justin Bogner | 2014-11-18 | 1 | -2/+2 |
| | | | | | | | Change these tests not to rely on the exact metadata numbers the profile data gets. llvm-svn: 222279 | ||||
* | InstrProf: Test the functions in the runtime | Duncan P. N. Exon Smith | 2014-05-09 | 1 | -0/+17 |
Check that the profile runtime works as expected. This tests the functions that are meant to be available to advanced users. In particular, check that the `atexit()` hook can be disabled by defining a custom `__llvm_profile_runtime` variable, that the libc dependencies are optional, and that the various functions for writing out files work for basic cases. llvm-svn: 208460 |