hanchenye-llvm-project/compiler-rt
Dan Liew 257f375f0c [asan] Clean up some confusing code in
`test/asan/TestCases/Darwin/segv_read_write.c`

* The `fd` arg passed to `mmap()` should be `-1`. It is not defined
what passing `0` does on Darwin.

* The comment about the shadow memory doesn't make any sense to me,
so I'm removing it.

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

llvm-svn: 341307
2018-09-03 10:33:32 +00:00
..
cmake [libFuzzer] Port to Windows 2018-08-30 15:54:44 +00:00
docs
include [hwasan] Add a (almost) no-interceptor mode. 2018-08-20 21:49:15 +00:00
lib Fix buildbot test 2018-09-02 10:52:43 +00:00
test [asan] Clean up some confusing code in 2018-09-03 10:33:32 +00:00
unittests
utils [sanitizer] Cleanup sorting functions 2018-05-09 20:42:11 +00:00
www
.arcconfig
.gitignore
CMakeLists.txt [hwasan] Add a (almost) no-interceptor mode. 2018-08-20 21:49:15 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT Update copyright year to 2018. 2018-06-18 12:22:17 +00:00
README.txt

README.txt

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================