hanchenye-llvm-project/compiler-rt/test/profile
Diego Novillo eae951415e Add support for generating profiles in a given directory.
When the file is initialized, this patch checks whether the path
specifies a directory. If so, it creates the directory tree before
truncating the file.

Use default.profdata instead of pgo-data for default indexed profile name.

llvm-svn: 241824
2015-07-09 17:21:52 +00:00
..
Inputs Add support for generating profiles in a given directory. 2015-07-09 17:21:52 +00:00
CMakeLists.txt InstrProfile: Use SANITIZER_COMMON_LIT_TEST_DEPS 2014-04-01 16:05:15 +00:00
gcc-flag-compatibility.test Add support for generating profiles in a given directory. 2015-07-09 17:21:52 +00:00
instrprof-basic.c Update lib/profile tests for metadata assembly change 2014-12-15 21:34:19 +00:00
instrprof-dlopen.test Run profile tests on FreeBSD 2014-10-07 19:24:24 +00:00
instrprof-dynamic-one-shared.test InstrProf: Create a PIC version of the profile runtime 2014-05-16 04:07:09 +00:00
instrprof-dynamic-two-shared.test InstrProf: Create a PIC version of the profile runtime 2014-05-16 04:07:09 +00:00
instrprof-override-filename-then-reset-default.c profile: Use unique directory for tests that write default profile file 2015-04-29 21:56:35 +00:00
instrprof-override-filename-with-env.c Tests for r236055. 2015-04-28 22:56:57 +00:00
instrprof-override-filename.c Tests for r236055. 2015-04-28 22:56:57 +00:00
instrprof-reset-counters.c Update lib/profile tests for metadata assembly change 2014-12-15 21:34:19 +00:00
instrprof-set-filename-then-reset-default.c profile: Use unique directory for tests that write default profile file 2015-04-29 21:56:35 +00:00
instrprof-set-filename.c Update lib/profile tests for metadata assembly change 2014-12-15 21:34:19 +00:00
instrprof-without-libc.c Update lib/profile tests for metadata assembly change 2014-12-15 21:34:19 +00:00
instrprof-write-file-atexit-explicitly.c Update lib/profile tests for metadata assembly change 2014-12-15 21:34:19 +00:00
instrprof-write-file-only.c Update lib/profile tests for metadata assembly change 2014-12-15 21:34:19 +00:00
instrprof-write-file.c Update lib/profile tests for metadata assembly change 2014-12-15 21:34:19 +00:00
lit.cfg Add support for generating profiles in a given directory. 2015-07-09 17:21:52 +00:00
lit.site.cfg.in