llvm-project/compiler-rt/lib
Martin Storsjo 05394af3ff [sanitizers] Don't use Windows Trace Logging on MinGW
mingw-w64 currently is lacking the headers for this feature.

Make the include lowercase at the same time. We consistently
use lowercase for windows header includes, as windows itself is
case insensitive, the SDK headers (in general, not necessarily
considering this particular header) aren't consistent among themselves
about what the proper canonical capitalization for headers are,
and MinGW uses all lowercase names for the headers (as it is often
used on case sensitive filesystems).

In case mingw-w64 later gets this header, we can revert this
(but keep the include lowercased).

Differential Revision: https://reviews.llvm.org/D58765

llvm-svn: 355236
2019-03-01 22:30:14 +00:00
..
BlocksRuntime [compiler-rt] Test commit: remove some trailing white spaces. 2017-08-25 19:36:30 +00:00
asan [NFC][Sanitizer][Windows] Fix refactoring oversight 2019-03-01 22:26:45 +00:00
builtins [X86] Add 'znver2' and 'cascadelake' support to __cpu_indicator_init. 2019-02-26 21:51:05 +00:00
cfi cfi: Rename source file from cc to cpp 2019-02-28 22:03:41 +00:00
dfsan Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
esan [Sanitizer] Add interceptor for pthread_sigmask 2019-02-26 13:38:23 +00:00
fuzzer [CMake][LibFuzzer] Match symbol visibility setting between LibFuzzer object files and unit tests. 2019-02-28 21:57:58 +00:00
hwasan [NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTrace 2019-03-01 22:10:49 +00:00
interception [hwasan, asan] Intercept vfork. 2019-02-27 21:11:50 +00:00
lsan [NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTrace 2019-03-01 22:10:49 +00:00
msan [NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTrace 2019-03-01 22:10:49 +00:00
profile [PGO] Update InstrProfData.inc to sync with llvm 2019-02-28 19:06:02 +00:00
safestack [safestack] Explain why tinfo at the end of the buffer 2019-02-07 23:20:47 +00:00
sanitizer_common [sanitizers] Don't use Windows Trace Logging on MinGW 2019-03-01 22:30:14 +00:00
scudo [scudo][standalone] Fix tests makefile 2019-03-01 15:46:23 +00:00
stats Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
tsan [NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTrace 2019-03-01 22:10:49 +00:00
ubsan [NFC][Sanitizer] Make GetStackTrace a private method of BufferedStackTrace 2019-03-01 22:10:49 +00:00
ubsan_minimal [compiler-rt][UBSan] Sanitization for alignment assumptions. 2019-01-15 09:44:27 +00:00
xray [compiler-rt] Cleanup usage of C++ ABI library 2019-02-16 08:34:26 +00:00
CMakeLists.txt [scudo] Initial standalone skeleton check-in 2019-02-04 16:25:40 +00:00