forked from OSchip/llvm-project
875671185e
Adding the XFAIL has caused msan to report a different line number in the call stack (@LINE-3 rather than @LINE-30). The new line number looks more correct at first glance since it's the line that uses uninitialized memory rather than the first non-whitespace line of the file but this needs investigating. llvm-svn: 278516 |
||
---|---|---|
.. | ||
cmake | ||
docs | ||
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. ================================