hanchenye-llvm-project/compiler-rt/test
Dan Liew 8651edf898 [CMake] Don't modify `FUZZER_SUPPORTED_ARCH` is place.
On a Darwin host we were modifying the `FUZZER_SUPPORTED_ARCH` in place
which would strip out non-x86 architectures. This unhelpful if we
want to use `FUZZER_SUPPORTED_ARCH` later.

To fix this we introduce `FUZZER_TEST_ARCH` which is similar to what we
have for for the other sanitizers. For non-Darwin host platforms
`FUZZER_TEST_ARCH` is the same as `FUZZER_SUPPORTED_ARCH` but for Darwin
host platforms we use `darwin_filter_host_archs(...)` as the previous
code did.

llvm-svn: 359394
2019-04-28 09:44:53 +00:00
..
BlocksRuntime Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
asan Revert "[CMake] Fix the value of `config.target_cflags` for non-macOS Apple" 2019-04-26 17:53:25 +00:00
builtins Revert "[builtins] Rounding mode support for addxf3/subxf3" 2019-03-27 04:18:37 +00:00
cfi compiler-rt tests: Unbreak cmake with LLVM_ENABLE_PIC=OFF on mac 2019-01-16 20:36:27 +00:00
dfsan Add weak definitions of trace-cmp hooks to dfsan 2018-06-01 21:59:25 +00:00
fuzzer [CMake] Don't modify `FUZZER_SUPPORTED_ARCH` is place. 2019-04-28 09:44:53 +00:00
hwasan Removed regiser dump checks from FP unit test. 2019-04-19 17:36:58 +00:00
interception
lsan [TSan] Support fiber API on macOS 2019-04-20 00:18:44 +00:00
msan [NFC] Use clearer naming for local variables 2019-04-10 23:23:17 +00:00
profile Prospective test fix in response to r358104. 2019-04-11 03:04:04 +00:00
safestack compiler-rt tests: Unbreak cmake with LLVM_ENABLE_PIC=OFF on mac 2019-01-16 20:36:27 +00:00
sanitizer_common [TSan] Support fiber API on macOS 2019-04-20 00:18:44 +00:00
scudo [sanitizer] Remove "-android" from test_arch. 2019-02-25 22:32:30 +00:00
shadowcallstack Delete x86_64 ShadowCallStack support 2019-03-07 18:56:36 +00:00
tsan Revert "[CMake] Fix the value of `config.target_cflags` for non-macOS Apple" 2019-04-26 17:53:25 +00:00
ubsan Revert "[CMake] Fix the value of `config.target_cflags` for non-macOS Apple" 2019-04-26 17:53:25 +00:00
ubsan_minimal [compiler-rt][UBSan] Sanitization for alignment assumptions. 2019-01-15 09:44:27 +00:00
xray Add header <atomic> which is needed to compile with some older library versions. 2018-11-21 08:54:40 +00: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 [build] Rename clang-headers to clang-resource-headers 2019-03-04 21:19:53 +00:00
lit.common.cfg [TSan][libdispatch] Specify libdispatch header dir for lit tests 2019-04-04 17:25:43 +00:00
lit.common.configured.in [Sanitizer] Add 'dispatch' feature to be used in compiler-rt tests 2019-03-07 18:15:23 +00:00