llvm-project/compiler-rt/test/profile
Xinliang David Li b6c81d2b92 [PGO] Ensure profile section symbols are created (linux)
- This is to handle a corner case where profile lib is linked
  in but non of the modules are instrumented (On linux, since
  we avoided the overhead to emit runtime hook use functions so
  this is the side effect of that size optimization).
- Added a profile runtime test case to cover all scenarios of
  shared library builds. 

Differential Revision: http://reviews.llvm.org/D14468

llvm-svn: 253098
2015-11-13 22:33:07 +00:00
..
Inputs [PGO] Ensure profile section symbols are created (linux) 2015-11-13 22:33:07 +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-shared.test [PGO] Ensure profile section symbols are created (linux) 2015-11-13 22:33:07 +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