forked from OSchip/llvm-project
7be6b4963c
ASan dead-strip support relies on a linker option that only exists in 10.11 and later, so the LLVM instrumentation checks for the deployment target. This test does not pass when clang is built to choose lower deployment target by default but runs on newer host. (Note, the REQUIRES: osx-ld64-live_support clause only checks the host and not the target OS.) Differential Revision: https://reviews.llvm.org/D26107 llvm-svn: 285482 |
||
---|---|---|
.. | ||
cmake | ||
docs | ||
include | ||
lib | ||
test | ||
unittests | ||
www | ||
.arcconfig | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OWNERS.TXT | ||
CREDITS.TXT | ||
LICENSE.TXT | ||
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. ================================