forked from OSchip/llvm-project
23cd8d51ad
These tests use `--check-prefix=CHECK-%os` but then didn't have a CHECK line for every os. In most tests, the linux expectations were sufficient (they match the "wrap_" prefix with .*), so just remove the check-prefix there. In the places where this didn't easily work, make sure there are at least CHECK-Windows and CHECK-Darwin lines. |
||
---|---|---|
.. | ||
cmake | ||
docs | ||
include | ||
lib | ||
test | ||
tools | ||
unittests | ||
utils | ||
www | ||
.clang-tidy | ||
.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. ================================