summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/profile/instrprof-write-file-atexit-explicitly.c
Commit message (Collapse)AuthorAgeFilesLines
* Update lib/profile tests for metadata assembly changeDuncan P. N. Exon Smith2014-12-151-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 testsJustin Bogner2014-11-181-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 runtimeDuncan P. N. Exon Smith2014-05-091-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
OpenPOWER on IntegriCloud