llvm-project/compiler-rt/test
Teresa Johnson 56dec4be9b [Sanitizer] Allow setting the report path to create directory
When setting the report path, recursively create the directory as
needed. This brings the profile path support for memprof on par with
normal PGO. The code was largely cloned from __llvm_profile_recursive_mkdir
in compiler-rt/lib/profile/InstrProfilingUtil.c.

Differential Revision: https://reviews.llvm.org/D109794
2021-09-21 16:42:42 -07:00
..
BlocksRuntime [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
asan Fix `asan/TestCases/Darwin/scrible.cpp` to work on platforms where `long` is not 64-bits. 2021-09-08 09:53:09 -07:00
builtins [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
cfi [compiler-rt] -fsanitize=cfi is not supported on Darwin 2021-03-17 13:28:42 -07:00
crt [CRT][LIT] split target_cflags using shlex 2021-08-19 21:44:20 -04:00
dfsan [DFSan] Add force_zero_label abilist option to DFSan. This can be used as a work-around for overtainting. 2021-09-17 12:57:40 -07:00
fuzzer Redistribute energy for Corpus 2021-09-08 09:22:45 -07:00
gwp_asan [compiler-rt][GWP-ASAN] Disable 2 tests on Armv7 Linux 2021-07-19 10:45:11 +00:00
hwasan [HWASan] Intercept setjmp/longjmp on x86_64. 2021-09-17 07:10:57 -07:00
interception
lsan [sanitizer] Remove cpplint annotations 2021-07-30 18:20:40 -07:00
memprof [NFC][memprof] FIx delete[] usage in test 2021-06-04 23:17:23 -07:00
msan [compiler-rt] NFC: Fix trivial typo 2021-09-04 14:12:58 +05:30
orc [JITLink] Add initial native TLS support to ELFNix platform 2021-09-13 14:35:49 +08:00
profile Revert "[compiler-rt][Profile] Disable test on Arm/AArch64 Linux" 2021-09-06 08:45:06 +00:00
safestack compiler-rt: Remove .cc from all lit config files 2019-08-05 19:25:35 +00:00
sanitizer_common [Sanitizer] Allow setting the report path to create directory 2021-09-21 16:42:42 -07:00
scudo Revert "[Scudo] Make -fsanitize=scudo use standalone. Migrate tests." 2021-05-26 10:50:26 -07:00
shadowcallstack compiler-rt: Remove .cc from all lit config files 2019-08-05 19:25:35 +00:00
tsan [TSan][Darwin] Add integration tests for dyld interposition 2021-09-09 22:33:59 +02:00
ubsan [compiler-rt][test] Add int128 requirement to TestCases/Misc/Linux/static-link.cpp 2021-09-16 17:04:55 -07:00
ubsan_minimal [test] Fix unused FileCheck prefixes in compiler-rt 2021-02-01 22:32:13 -08:00
xray Fix xray fdr mode to allow multiple flushes 2021-02-10 12:57:24 +11:00
.clang-format [tests][sanitizers] Don't reflow comments 2021-08-03 12:54:00 -07:00
.clang-tidy [NFC][compiler-rt] Refine .clang-tidy checks 2020-09-05 15:42:15 -07:00
CMakeLists.txt [Compiler-rt] Distinguish between testing just built runtime libraries and the libraries shipped with the compiler. 2021-05-14 18:07:34 -07:00
lit.common.cfg.py [test] Fix asan/scudo -shared-libsan tests with -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=on 2021-09-15 09:07:47 -07:00
lit.common.configured.in [Compiler-rt] Distinguish between testing just built runtime libraries and the libraries shipped with the compiler. 2021-05-14 18:07:34 -07:00