llvm-project/compiler-rt/lib/interception
Reid Kleckner 955b5a6331 [winasan] Fix strrchr interception with vs2019 CRT
strrchr in vs2019 CRT begins with unrecognized instructions.

VCRUNTIME140!strrchr:
4533c9         xor     r9d, r9d
4c8bc1         mov     r8, rcx

Patch by Christopher Reid!

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

llvm-svn: 357725
2019-04-04 21:08:02 +00:00
..
tests Commit macro intended to be included in r353483. 2019-02-07 23:57:21 +00:00
.clang-format [sanitizer] Remove unneeded blank lines 2018-05-09 00:44:26 +00:00
CMakeLists.txt Make compiler-rt CMakeLists.txt formatting a bit more like LLVM's usual formatting 2019-01-16 18:12:45 +00:00
interception.h [hwasan, asan] Intercept vfork. 2019-02-27 21:11:50 +00:00
interception_linux.cc [safestack] Fix NetBSD build 2019-01-22 00:39:59 +00:00
interception_linux.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
interception_mac.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
interception_mac.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
interception_type_test.cc Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
interception_win.cc [winasan] Fix strrchr interception with vs2019 CRT 2019-04-04 21:08:02 +00:00
interception_win.h Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00