llvm-project/compiler-rt/test/profile
Jay Foad 8e586617c4 InstrProf: support PowerPC64
Summary:
I don't know anything about profiling but it seems to work out of the
box on PowerPC64. At least "make check-profile" works.

A few tests needed tweaking because PowerPC64 IR declares main with
"define signext i32 @main" instead of just "define i32 @main".

This also fixes the asan asan_and_llvm_coverage_test test, which
compiles with -coverage so requires that a profiling version of
libclang_rt has been built.

Reviewers: dexonsmith, kcc, samsonov

Reviewed By: samsonov

Subscribers: samsonov, llvm-commits

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

llvm-svn: 221877
2014-11-13 09:24:32 +00:00
..
Inputs profile: add logging on failure 2014-05-18 19:33:37 +00:00
CMakeLists.txt InstrProfile: Use SANITIZER_COMMON_LIT_TEST_DEPS 2014-04-01 16:05:15 +00:00
instrprof-basic.c profile: Avoid name collisions between instrumentation and runtime 2014-09-04 15:45:31 +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-reset-counters.c InstrProf: Test the functions in the runtime 2014-05-09 23:14:58 +00:00
instrprof-set-filename.c InstrProf: Test the functions in the runtime 2014-05-09 23:14:58 +00:00
instrprof-without-libc.c InstrProf: support PowerPC64 2014-11-13 09:24:32 +00:00
instrprof-write-file-atexit-explicitly.c InstrProf: Test the functions in the runtime 2014-05-09 23:14:58 +00:00
instrprof-write-file-only.c InstrProf: support PowerPC64 2014-11-13 09:24:32 +00:00
instrprof-write-file.c InstrProf: support PowerPC64 2014-11-13 09:24:32 +00:00
lit.cfg Mark sanitizer tests XFAIL on ARMv7 2014-10-08 21:13:23 +00:00
lit.site.cfg.in