llvm-project/compiler-rt/test
Fangrui Song 5809a32e7c [gcov] Add __gcov_dump/__gcov_reset and delete __gcov_flush
GCC r187297 (2012-05) introduced `__gcov_dump` and `__gcov_reset`.
  `__gcov_flush = __gcov_dump + __gcov_reset`

The resolution to https://gcc.gnu.org/PR93623 ("No need to dump gcdas when forking" target GCC 11.0) removed the unuseful and undocumented __gcov_flush.

Close PR38064.

Reviewed By: calixte, serge-sans-paille

Differential Revision: https://reviews.llvm.org/D83149
2020-07-18 15:07:46 -07:00
..
BlocksRuntime Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
asan [asan] Unpoison signal alternate stack. 2020-06-16 02:28:38 -07:00
builtins [builtins][ARM] Replace call_apsr.S with inline asm 2020-07-13 16:53:07 -07:00
cfi [cfi][test] cross-dso/stats.cpp: don't assume the order of static constructors 2020-01-08 15:50:51 -08:00
crt [compiler-rt] Better Windows support for running tests in external shell 2020-07-09 19:40:22 +03:00
dfsan [dfsan] Fix a bug in strcasecmp() and strncasecmp(): Compare the lowercase versions of the characters when choosing a return value. 2020-04-20 17:13:40 -07:00
fuzzer Revert "[libFuzzer] Link libFuzzer's own interceptors when other compiler runtimes are not linked." 2020-07-16 18:06:37 -07:00
gwp_asan [GWP-ASan] Split the unwinder into segv/non-segv. 2020-07-17 12:59:47 -07:00
hwasan [HWASan] Add sizeof(global) in report even if symbols missing. 2020-06-09 13:02:13 -07:00
interception [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
lsan [lsan] Fix SyntaxWarning: "is" with a literal 2020-07-17 02:21:18 -07:00
msan [MSAN tests] Require android for sigandorset.cpp 2020-07-18 03:54:13 +00:00
profile [gcov] Add __gcov_dump/__gcov_reset and delete __gcov_flush 2020-07-18 15:07:46 -07:00
safestack compiler-rt: Remove .cc from all lit config files 2019-08-05 19:25:35 +00:00
sanitizer_common [sanitizer] Disable test on incompatible platforms 2020-07-18 02:18:50 -07:00
scudo [compiler-rt][scudo][LIT] Use target_suffix instead of target-arch 2020-05-20 03:34:50 +00:00
shadowcallstack compiler-rt: Remove .cc from all lit config files 2019-08-05 19:25:35 +00:00
tsan [TSan] Revert removal of ignore_interceptors_accesses flag 2020-06-08 12:35:43 -07:00
ubsan [ubsan] Check implicit casts in ObjC for-in statements 2020-07-13 15:11:18 -07:00
ubsan_minimal [UBSan][clang][compiler-rt] Applying non-zero offset to nullptr is undefined behaviour 2019-10-10 09:25:02 +00:00
xray [xray] Option to omit the function index 2020-06-17 13:49:01 -04:00
.clang-format [compiler-rt] Use "ColumnLimit: 0" instead of "clang-format off" in tests 2018-12-01 01:24:29 +00:00
CMakeLists.txt [compiler-rt] Disable fuzzer large.test when LLVM_ENABLE_EXPENSIVE_CHECKS=ON 2019-12-03 14:37:37 -08:00
lit.common.cfg.py Revert "Revert "[compiler-rt] [test] Use the parent process env as base env in tests"" 2020-07-14 11:29:40 +03:00
lit.common.configured.in Revert "[CMake] Simplify CMake handling for zlib" 2020-07-14 19:56:10 -07:00