llvm-project/compiler-rt
Dmitry Vyukov 42c06a933a Fix asan_win_dll_thunk.cc test
Add the two public functions I added in my last commit in asan_win_dll_thunk.cc

Author: blastrock (Philippe Daouadi)
Reviewed in http://reviews.llvm.org/D21557

llvm-svn: 273288
2016-06-21 17:28:06 +00:00
..
cmake [compiler-rt] Split cflags and link flags to avoid warnings 2016-06-21 14:46:32 +00:00
include [asan] add primitives that allow coroutine implementations 2016-06-21 12:29:18 +00:00
lib Fix asan_win_dll_thunk.cc test 2016-06-21 17:28:06 +00:00
make
test [asan] add primitives that allow coroutine implementations 2016-06-21 12:29:18 +00:00
unittests Replace hardcoded comment at 'lit.site.cfg.in' 2016-04-16 07:03:45 +00:00
www
.arcconfig
.gitignore
CMakeLists.txt Turn off -Wunused-parameter when building compiler-rt with clang on Windows, it is very noisy 2016-06-17 18:30:37 +00:00
CODE_OWNERS.TXT [sanitizers] remove earthdok@ from owners 2016-05-18 18:52:18 +00:00
CREDITS.TXT
LICENSE.TXT Update copyright year to 2016. 2016-03-30 22:38:50 +00:00
Makefile
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.

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