forked from OSchip/llvm-project
1164cae527
and x86_64h-apple. Mark the test as UNSUPPORTED to fix a bot that is failing. http://lab.llvm.org:8080/green/job/clang-stage2-configure-Rlto_check The bot is failing because asan_symbolize.py cannot tell whether the reported address is from an x86_64 slice or an x86_64h slice by the length of the address alone, so it ends up passing the wrong arch to atos. rdar://problem/27907889 llvm-svn: 279614 |
||
---|---|---|
.. | ||
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. ================================