hanchenye-llvm-project/compiler-rt
Peter Collingbourne 3a9059effb hwasan: Add a code model check for tagged globals.
See D65364 for the code model requirements for tagged globals. Because
of the relocations used these requirements cannot be checked at link
time so they must be checked at runtime.

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

llvm-svn: 368351
2019-08-08 21:40:00 +00:00
..
cmake [compiler-rt] Fix running tests on macOS when XCode is not installed 2019-07-27 12:30:15 +00:00
docs
include [compiler-rt] Add ConsumeProbability and ConsumeFloatingPoint methods to FDP. 2019-08-08 19:49:37 +00:00
lib hwasan: Add a code model check for tagged globals. 2019-08-08 21:40:00 +00:00
test Add LLD as a requirement for hwasan tests because of change in r368111. 2019-08-08 01:08:22 +00:00
unittests [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
utils Update generate_netbsd_ioctls.awk for NetBSD 9.99.3 2019-08-08 02:08:23 +00:00
www Adjust documentation for git migration. 2019-01-29 16:37:27 +00:00
.arcconfig
.gitignore
CMakeLists.txt compiler-rt: Rename cc files below test/asan to cpp 2019-08-05 16:48:12 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT Fix typos throughout the license files that somehow I and my reviewers 2019-01-21 09:52:34 +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.

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