forked from OSchip/llvm-project
![]() Summary: Previously the CHECK directive for SHADOW_SCALE only matched decimal digits causing it to match '7' on x86_64 instead of the whole value. This fixes a failure on mips-linux-gnu targets where the leading digit is 'a'. Reviewers: kcc, sagar, timurrrr Reviewed By: timurrrr Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D9199 llvm-svn: 235594 |
||
---|---|---|
.. | ||
cmake | ||
include | ||
lib | ||
make | ||
test | ||
unittests | ||
www | ||
.arcconfig | ||
.gitignore | ||
CMakeLists.txt | ||
CODE_OWNERS.TXT | ||
CREDITS.TXT | ||
LICENSE.TXT | ||
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. ================================